aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Roskin <proski@gnu.org>2006-11-03 17:17:17 -0500
committerJosh Triplett <josh@freedesktop.org>2006-11-06 03:59:37 -0800
commit1b3d7607212ce7b9f2451d309fddf032bb4241f0 (patch)
treeed959c218bdffb34e8aa03c908a73726fb495d60 /expand.c
parentAdd support for __builtin_strpbrk() (diff)
downloadsparse-1b3d7607212ce7b9f2451d309fddf032bb4241f0.tar.gz
sparse-1b3d7607212ce7b9f2451d309fddf032bb4241f0.tar.bz2
sparse-1b3d7607212ce7b9f2451d309fddf032bb4241f0.zip
Typo fixes
Signed-off-by: Pavel Roskin <proski@gnu.org> Signed-off-by: Josh Triplett <josh@freedesktop.org>
Diffstat (limited to 'expand.c')
-rw-r--r--expand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/expand.c b/expand.c
index a34d07d..90f7f36 100644
--- a/expand.c
+++ b/expand.c
@@ -562,7 +562,7 @@ static int expand_dereference(struct expression *expr)
/*
* NOTE! We get a bogus warning right now for some special
* cases: apparently I've screwed up the optimization of
- * a zero-offset derefence, and the ctype is wrong.
+ * a zero-offset dereference, and the ctype is wrong.
*
* Leave the warning in anyway, since this is also a good
* test for me to get the type evaluation right..