This is the mail archive of the gdb-cvs@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]

[binutils-gdb] Fix last commit's ChangeLog


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=84d73afc1a36de35f3dfd31c83131dc2054d2150

commit 84d73afc1a36de35f3dfd31c83131dc2054d2150
Author: Simon Marchi <simon.marchi@ericsson.com>
Date:   Mon Sep 28 18:44:30 2015 -0400

    Fix last commit's ChangeLog
    
    I somehow managed to do the same mistake in my ChangeLog entry as what I
    was trying to fix in the code...

Diff:
---
 gdb/ChangeLog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 54d6054..e548e31 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,6 +1,6 @@
 2015-09-28  Simon Marchi  <simon.marchi@ericsson.com>
 
-	* cli/cli-script.c (read_next_line): Fix stdout -> stdout in
+	* cli/cli-script.c (read_next_line): Fix stdout -> stdin in
 	comment.
 
 2015-09-28  Doug Evans  <dje@google.com>


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