diff options
author | Josh Triplett <josh@freedesktop.org> | 2007-03-09 15:22:17 -0800 |
---|---|---|
committer | Josh Triplett <josh@freedesktop.org> | 2007-03-09 15:32:55 -0800 |
commit | cef10da343e842f6b55f5a26d55aaec5b55bd184 (patch) | |
tree | 2a55ea9107c0cd8034a55684961a9bf455fe31a4 /obfuscate.c | |
parent | Introduce keyword driven attribute parsing (diff) | |
download | sparse-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 'obfuscate.c')
-rw-r--r-- | obfuscate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/obfuscate.c b/obfuscate.c index f2ed7b1..1015510 100644 --- a/obfuscate.c +++ b/obfuscate.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. |