Fix typos in gdb_pipe function comment
authorDon Breazeal <donb@codesourcery.com>
Tue, 3 May 2016 22:54:45 +0000 (15:54 -0700)
committerDon Breazeal <donb@codesourcery.com>
Tue, 3 May 2016 23:02:34 +0000 (16:02 -0700)
gdb/ChangeLog:
2016-05-03  Don Breazeal <donb@codesourcery.com>

* serial.h (gdb_pipe): Fix argument names in comment.

gdb/ChangeLog
gdb/serial.h

index 8627cb7072c85a9fd18ee3a81098edb05a517ee1..78b3abba8b356d7d612b56e1918847d35bf0f9bd 100644 (file)
@@ -1,3 +1,7 @@
+2016-05-03  Don Breazeal <donb@codesourcery.com>
+
+       * serial.h (gdb_pipe): Fix argument names in comment.
+
 2016-05-03  Pedro Alves <palves@redhat.com>
 
        PR python/20037
index 10b06434198c15d9a7cca00f9eeece705d45c716..84373f57ca9fe0c9f827e2b266a71bb46270045d 100644 (file)
@@ -75,8 +75,8 @@ extern void serial_ref (struct serial *scb);
 
 extern void serial_unref (struct serial *scb);
 
-/* Create a pipe, and put the read end in files[0], and the write end
-   in filde[1].  Returns 0 for success, negative value for error (in
+/* Create a pipe, and put the read end in FILDES[0], and the write end
+   in FILDES[1].  Returns 0 for success, negative value for error (in
    which case errno contains the error).  */
 
 extern int gdb_pipe (int fildes[2]);
This page took 0.036483 seconds and 4 git commands to generate.