2011-01-08 Michael Snyder <msnyder@vmware.com>
[deliverable/binutils-gdb.git] / gdb / i386-stub.c
index 6b91296291f2d4bafe46f2168bc904c704a12d3c..04996b75cf68073a9bdc3baba92ad96419d567fd 100644 (file)
@@ -532,7 +532,7 @@ putpacket (unsigned char *buffer)
   int count;
   char ch;
 
-  /*  $<packet info>#<checksum>. */
+  /*  $<packet info>#<checksum>.  */
   do
     {
       putDebugChar ('$');
@@ -942,7 +942,7 @@ set_debug_traps (void)
 /* This function will generate a breakpoint exception.  It is used at the
    beginning of a program to sync up with a debugger and can be used
    otherwise as a quick means to stop program execution and "break" into
-   the debugger. */
+   the debugger.  */
 
 void
 breakpoint (void)
This page took 0.023675 seconds and 4 git commands to generate.