aboutsummaryrefslogtreecommitdiff
path: root/sort.c
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 /sort.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 'sort.c')
-rw-r--r--sort.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sort.c b/sort.c
index 749339a..afd7184 100644
--- a/sort.c
+++ b/sort.c
@@ -188,7 +188,7 @@ merge_block_seqs (struct ptr_list *b1, int n,
if (++i2 >= b2->nr) {
struct ptr_list *l = b2;
BEEN_THERE('M');
- // Ok, we finished with b2. Pull it out
+ // OK, we finished with b2. Pull it out
// and plug it in before b1.
b2 = b2->next;