]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/monitor.c
gdb/
[thirdparty/binutils-gdb.git] / gdb / monitor.c
index 90f36d9e721613393f8bfd74f816ce7d0f17d534..2eeb705c2249c8b2f5a0985fde63a1f9e9f3a6b1 100644 (file)
@@ -1864,7 +1864,7 @@ monitor_read_memory (CORE_ADDR memaddr, char *myaddr, int len)
 
   len = min (len, 16);
 
-  /* Some dumpers align the first data with the preceeding 16
+  /* Some dumpers align the first data with the preceding 16
      byte boundary.  Some print blanks and start at the
      requested boundary.  EXACT_DUMPADDR  */