Fixed grammar
authorKris Warkentin <kewarken@qnx.com>
Mon, 24 Feb 2003 21:40:48 +0000 (21:40 +0000)
committerKris Warkentin <kewarken@qnx.com>
Mon, 24 Feb 2003 21:40:48 +0000 (21:40 +0000)
gdb/ChangeLog

index 7ed67f8..3036caf 100644 (file)
@@ -5,14 +5,14 @@
 
 2003-02-24  Kris Warkentin  <kewarken@qnx.com>
 
-       * solib.c (solib_open): call target defined search function after
-       failing with solib-search-path
-       * solist.h (target_so_ops): add find_and_open_solib function hook,
-       create define TARGET_SO_FIND_AND_OPEN_SOLIB
+       * solib.c (solib_open): Call target defined search function after
+       failing with solib-search-path.
+       * solist.h (target_so_ops): Add find_and_open_solib function hook and
+       create define TARGET_SO_FIND_AND_OPEN_SOLIB.
 
 2003-02-24  Kris Warkentin  <kewarken@qnx.com>
 
-       * MAINTAINERS: Add myself to Write After section
+       * MAINTAINERS: Add myself to Write After section.
 
 2003-02-23  Stephane Carrez  <stcarrez@nerim.fr>