2007-08-11 Michael Snyder <msnyder@access-company.com>
authorMichael Snyder <msnyder@vmware.com>
Sat, 11 Aug 2007 20:08:37 +0000 (20:08 +0000)
committerMichael Snyder <msnyder@vmware.com>
Sat, 11 Aug 2007 20:08:37 +0000 (20:08 +0000)
* completer.c: Spelling fix in comments.

gdb/ChangeLog
gdb/completer.c

index b998c2eb56ee4828500476afc175634d3331182e..71ffcb6ec5a403218aacfedf6ee6850cd54ccce1 100644 (file)
@@ -1,3 +1,7 @@
+2007-08-11  Michael Snyder  <msnyder@access-company.com>
+
+       * completer.c: Spelling fix in comments.
+
 2007-08-10  Michael Snyder  <msnyder@access-company.com>
 
        * gdbtypes.c: Coding standard cleanup.
index 136eeb703617242bddd7143e635dae1c5480c621..617aa6a5d64c333aa514ce81e3ecb23ffff60d49 100644 (file)
@@ -182,7 +182,7 @@ filename_completer (char *text, char *word)
   /* There is no way to do this just long enough to affect quote inserting
      without also affecting the next completion.  This should be fixed in
      readline.  FIXME.  */
-  /* Insure that readline does the right thing
+  /* Ensure that readline does the right thing
      with respect to inserting quotes.  */
   rl_completer_word_break_characters = "";
 #endif
@@ -461,7 +461,7 @@ complete_line (const char *text, char *line_buffer, int point)
            {
              list = complete_on_cmdlist (cmdlist, p, word);
            }
-         /* Insure that readline does the right thing with respect to
+         /* Ensure that readline does the right thing with respect to
             inserting quotes.  */
          rl_completer_word_break_characters =
            gdb_completer_command_word_break_characters;
@@ -485,7 +485,7 @@ complete_line (const char *text, char *line_buffer, int point)
                     a subcommand (e.g. "info ").  */
                  list = complete_on_cmdlist (*c->prefixlist, p, word);
 
-                 /* Insure that readline does the right thing
+                 /* Ensure that readline does the right thing
                     with respect to inserting quotes.  */
                  rl_completer_word_break_characters =
                    gdb_completer_command_word_break_characters;
@@ -551,7 +551,7 @@ complete_line (const char *text, char *line_buffer, int point)
 
              list = complete_on_cmdlist (result_list, q, word);
 
-             /* Insure that readline does the right thing
+             /* Ensure that readline does the right thing
                 with respect to inserting quotes.  */
              rl_completer_word_break_characters =
                gdb_completer_command_word_break_characters;
This page took 0.03141 seconds and 4 git commands to generate.