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 /memops.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 'memops.c')
-rw-r--r--memops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/memops.c b/memops.c
index 8fd777d..bdecf14 100644
--- a/memops.c
+++ b/memops.c
@@ -69,7 +69,7 @@ found_dominator:
* we can no longer really use "container()" to get from a user to
* the instruction that uses it.
*
- * This happens to work, simply because the likelyhood of the
+ * This happens to work, simply because the likelihood of the
* (possibly non-instruction) containing the right bitpattern
* in the right place is pretty low. But this is still wrong.
*