This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 12/17] Fix spelling in comments in .in files (readline)


readline/ChangeLog:

	* examples/rlfe/config.h.in: Fix spelling in comments.
---
 readline/examples/rlfe/config.h.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/readline/examples/rlfe/config.h.in b/readline/examples/rlfe/config.h.in
index dbfc369..5dbda05 100644
--- a/readline/examples/rlfe/config.h.in
+++ b/readline/examples/rlfe/config.h.in
@@ -242,7 +242,7 @@
 #undef NAMEDPIPE
 
 /*
- * Define this if your system exits select() immediatly if a pipe is
+ * Define this if your system exits select() immediately if a pipe is
  * opened read-only and no writer has opened it.
  */
 #undef BROKEN_PIPE
-- 
2.7.4


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]