diff options
Diffstat (limited to 'gdb/nto-procfs.c')
-rw-r--r-- | gdb/nto-procfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/nto-procfs.c b/gdb/nto-procfs.c index b9866c2..0a199e7 100644 --- a/gdb/nto-procfs.c +++ b/gdb/nto-procfs.c @@ -605,7 +605,7 @@ procfs_meminfo (const char *args, int from_tty) if (strcmp (map.info.path, printme.name)) continue; - /* Lower debug_vaddr is always text, if nessessary, swap. */ + /* Lower debug_vaddr is always text, if necessary, swap. */ if ((int) map.info.vaddr < (int) printme.text.debug_vaddr) { memcpy (&(printme.data), &(printme.text), |