diff options
author | Michael Snyder <msnyder@vmware.com> | 2005-01-14 02:04:02 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2005-01-14 02:04:02 +0000 |
commit | 7095b86368cf18803773134b0be57250e32ecb68 (patch) | |
tree | 143329dddc27adeaf4fc1d9996713d6f49cbad98 /gdb/solib-som.c | |
parent | 2c1ab592667d25321f3da573c5fe1ebcc67d2f10 (diff) | |
download | gdb-7095b86368cf18803773134b0be57250e32ecb68.zip gdb-7095b86368cf18803773134b0be57250e32ecb68.tar.gz gdb-7095b86368cf18803773134b0be57250e32ecb68.tar.bz2 |
2005-01-13 Michael Snyder <msnyder@redhat.com>
* solib-aix.c: Whitespace tweaks.
* solib.c: Whitespace tweaks.
* solib-frv.c: Whitespace tweaks.
* solib.h: Whitespace tweaks.
* solib-irix.c: Whitespace tweaks.
* solib-som.c: Whitespace tweaks.
* solib-sunos.c: Whitespace tweaks.
* solib-svr4.[ch]: Whitespace tweaks.
Diffstat (limited to 'gdb/solib-som.c')
-rw-r--r-- | gdb/solib-som.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/solib-som.c b/gdb/solib-som.c index 886eb4b..758bc3c 100644 --- a/gdb/solib-som.c +++ b/gdb/solib-som.c @@ -322,8 +322,8 @@ keep_going: shared library events. To resume notifications, GDB must call som_solib_create_inferior_hook. - This operation does not remove any knowledge of shared libraries which - GDB may already have been notified of. + This operation does not remove any knowledge of shared libraries + of which GDB may already have been notified. */ static void som_solib_remove_inferior_hook (int pid) |