From 489f05169b7848418f69aac98d9d4786761eb59a Mon Sep 17 00:00:00 2001 From: Michael Snyder Date: Sat, 11 Aug 2007 20:08:37 +0000 Subject: [PATCH] 2007-08-11 Michael Snyder * completer.c: Spelling fix in comments. --- gdb/ChangeLog | 4 ++++ gdb/completer.c | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b998c2e..71ffcb6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2007-08-11 Michael Snyder + + * completer.c: Spelling fix in comments. + 2007-08-10 Michael Snyder * gdbtypes.c: Coding standard cleanup. diff --git a/gdb/completer.c b/gdb/completer.c index 136eeb7..617aa6a 100644 --- a/gdb/completer.c +++ b/gdb/completer.c @@ -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; -- 2.7.4