summaryrefslogtreecommitdiff
path: root/gdb/values.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/values.c')
-rw-r--r--gdb/values.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/values.c b/gdb/values.c
index 7191abaa710..451cf51e962 100644
--- a/gdb/values.c
+++ b/gdb/values.c
@@ -618,7 +618,7 @@ unpack_long (type, valaddr)
error ("not implemented: member types in unpack_long");
default:
- error ("Value can't be converted to intenot integer or pointer.");
+ error ("Value can't be converted to integer.");
}
return 0; /* Placate lint. */
}