[gdb] Fix more typos in comments (2)
[deliverable/binutils-gdb.git] / gdb / memattr.c
index 7a961af481d0a172ee8bd982acd16a5659da7b48..8301a3f2621990e517a36728c48e41fbcffd4021 100644 (file)
@@ -133,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.024807 seconds and 4 git commands to generate.