diff options
Diffstat (limited to 'gdb/xcoffsolib.c')
-rw-r--r-- | gdb/xcoffsolib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/xcoffsolib.c b/gdb/xcoffsolib.c index 601d89ffb35..0915439e3a5 100644 --- a/gdb/xcoffsolib.c +++ b/gdb/xcoffsolib.c @@ -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) |