[gdb] Fix typos in comments
[deliverable/binutils-gdb.git] / gdb / nto-procfs.c
index b9866c2259199a5b050a81050ffb5c50e641e22a..0a199e72248e90e6a188b18ce7348b7c5a1fda6f 100644 (file)
@@ -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),
This page took 0.02465 seconds and 4 git commands to generate.