Accept mips-sgi-irix output in a few ld tests
[deliverable/binutils-gdb.git] / gdb / memattr.c
index 0475780b29f837eb1588d92c1f4a39fc19d88537..8301a3f2621990e517a36728c48e41fbcffd4021 100644 (file)
@@ -25,7 +25,6 @@
 #include "target-dcache.h"
 #include "value.h"
 #include "language.h"
-#include "gdbsupport/vec.h"
 #include "breakpoint.h"
 #include "cli/cli-utils.h"
 #include <algorithm>
@@ -134,7 +133,7 @@ create_user_mem_region (CORE_ADDR lo, CORE_ADDR hi,
   int ix = std::distance (user_mem_region_list.begin (), it);
 
   /* Check for an overlapping memory region.  We only need to check
-     in the vicinity - at most one before and one after the
+     in the vincinity - at most one before and one after the
      insertion point.  */
   for (int i = ix - 1; i < ix + 1; i++)
     {
This page took 0.029299 seconds and 4 git commands to generate.