mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 02:24:46 +08:00
Fix typos in gdb_pipe function comment
gdb/ChangeLog: 2016-05-03 Don Breazeal <donb@codesourcery.com> * serial.h (gdb_pipe): Fix argument names in comment.
This commit is contained in:
parent
6d6a648c07
commit
a1ec3d244a
@ -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
|
||||
|
@ -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]);
|
||||
|
Loading…
Reference in New Issue
Block a user