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 /symbol.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 'symbol.c')
-rw-r--r--symbol.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/symbol.c b/symbol.c
index bad05fd..45d40ee 100644
--- a/symbol.c
+++ b/symbol.c
@@ -192,7 +192,7 @@ static struct symbol *examine_base_type(struct symbol *sym)
{
struct symbol *base_type;
- /* Check the basetype */
+ /* Check the base type */
base_type = sym->ctype.base_type;
if (base_type) {
base_type = examine_symbol_type(base_type);
@@ -730,7 +730,7 @@ struct symbol int_type,
fp_type;
/*
- * C types (ie actual instances that the abstract types
+ * C types (i.e. actual instances that the abstract types
* can map onto)
*/
struct symbol bool_ctype, void_ctype, type_ctype,