Mark pieces of values as unavailable if the corresponding memory
[deliverable/binutils-gdb.git] / gdb / xcoffsolib.c
index 601d89ffb3582c184b84f7aa6e629d95ffa09786..0915439e3a54ffab1931bceb0d11c7b8c1a90fd2 100644 (file)
@@ -124,7 +124,7 @@ sharedlibrary_command (char *pattern, int from_tty)
     if (!vp)
       return;
 
-    /* skip over the first vmap, it is the main program, always loaded. */
+    /* skip over the first vmap, it is the main program, always loaded.  */
     for (vp = vp->nxt; vp; vp = vp->nxt)
       if (! pattern
            || re_exec (vp->name)
This page took 0.023724 seconds and 4 git commands to generate.