2011-01-07 Michael Snyder <msnyder@vmware.com>
[deliverable/binutils-gdb.git] / gdb / environ.c
index 2685d64d57f5582d50a4bf6a2ef015b2f07e965c..62d23e6d4f38b5e8701d27dd7e473b1d2d2bb4d8 100644 (file)
@@ -175,7 +175,7 @@ unset_in_environ (struct gdb_environ *e, char *var)
          xfree (s);
          /* Walk through the vector, shuffling args down by one, including
             the NULL terminator.  Can't use memcpy() here since the regions
-            overlap, and memmove() might not be available. */
+            overlap, and memmove() might not be available.  */
          while ((vector[0] = vector[1]) != NULL)
            {
              vector++;
This page took 0.027548 seconds and 4 git commands to generate.