* gdbcore.h: Whitespace tweaks.
 2005-01-13  Michael Snyder  <msnyder@redhat.com>
 
+       * gdbcore.h: Whitespace tweaks.
        * gdbcmd.h: Whitespace tweaks.
        * gdb-events[.c, .h, .sh]: Whitespace tweaks.
        * corefile.c: Whitespace tweaks.
 
 extern void (*deprecated_exec_file_display_hook) (char *filename);
 
 /* Hook for "file_command", which is more useful than above
-   (because it is invoked AFTER symbols are read, not before) */
+   (because it is invoked AFTER symbols are read, not before).  */
 
 extern void (*deprecated_file_changed_hook) (char *filename);
 
 extern void specify_exec_file_hook (void (*hook) (char *filename));
 
-/* Binary File Diddlers for the exec and core files */
+/* Binary File Diddlers for the exec and core files.  */
 
 extern bfd *core_bfd;
 extern bfd *exec_bfd;