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 /sparse.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 'sparse.c')
-rw-r--r--sparse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sparse.c b/sparse.c
index 108eafb..4026ba7 100644
--- a/sparse.c
+++ b/sparse.c
@@ -1,6 +1,6 @@
/*
* Example trivial client program that uses the sparse library
- * to tokenize, pre-process and parse a C file, and prints out
+ * to tokenize, preprocess and parse a C file, and prints out
* the results.
*
* Copyright (C) 2003 Transmeta Corp.
@@ -142,7 +142,7 @@ static void check_byte_count(struct instruction *insn, pseudo_t count)
show_ident(insn->func->sym->ident), val);
return;
}
- /* Ok, we could try to do the range analysis here */
+ /* OK, we could try to do the range analysis here */
}
static pseudo_t argument(struct instruction *call, unsigned int argno)