aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Triplett <josh@freedesktop.org>2007-03-09 15:22:17 -0800
committerJosh Triplett <josh@freedesktop.org>2007-03-09 15:32:55 -0800
commitcef10da343e842f6b55f5a26d55aaec5b55bd184 (patch)
tree2a55ea9107c0cd8034a55684961a9bf455fe31a4 /memops.c
parentIntroduce keyword driven attribute parsing (diff)
downloadsparse-cef10da343e842f6b55f5a26d55aaec5b55bd184.tar.gz
sparse-cef10da343e842f6b55f5a26d55aaec5b55bd184.tar.bz2
sparse-cef10da343e842f6b55f5a26d55aaec5b55bd184.zip
Fix typos in comments
Signed-off-by: Josh Triplett <josh@freedesktop.org>
Diffstat (limited to 'memops.c')
-rw-r--r--memops.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/memops.c b/memops.c
index 027f05e..9eafb72 100644
--- a/memops.c
+++ b/memops.c
@@ -117,7 +117,7 @@ static void simplify_loads(struct basic_block *bb)
}
} END_FOR_EACH_PTR_REVERSE(dom);
- /* Ok, go find the parents */
+ /* OK, go find the parents */
generation = ++bb_generation;
bb->generation = generation;
dominators = NULL;
@@ -175,7 +175,7 @@ static void kill_dominated_stores(struct basic_block *bb)
}
} END_FOR_EACH_PTR_REVERSE(dom);
- /* Ok, we should check the parents now */
+ /* OK, we should check the parents now */
}
next_store:
/* Do the next one */;