aboutsummaryrefslogtreecommitdiffstats
path: root/symbol.c
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 /symbol.c
parent93a2093dc9b6eab327500eab83e2b9dd840ccd25 (diff)
downloadsparse-1b3d7607212ce7b9f2451d309fddf032bb4241f0.tar.gz
Typo fixes
Signed-off-by: Pavel Roskin <proski@gnu.org> Signed-off-by: Josh Triplett <josh@freedesktop.org>
Diffstat (limited to 'symbol.c')
-rw-r--r--symbol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/symbol.c b/symbol.c
index 6c911124..a9b26b55 100644
--- a/symbol.c
+++ b/symbol.c
@@ -360,7 +360,7 @@ static struct symbol *examine_pointer_type(struct symbol *sym)
* We need to set the pointer size first, and
* examine the thing we point to only afterwards.
* That's because this pointer type may end up
- * being needed for the base type size evalutation.
+ * being needed for the base type size evaluation.
*/
if (!sym->bit_size)
sym->bit_size = bits_in_pointer;