diff options
Diffstat (limited to 'gdb/posix-hdep.c')
-rw-r--r-- | gdb/posix-hdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/posix-hdep.c b/gdb/posix-hdep.c index 1136541..9bd3a9a 100644 --- a/gdb/posix-hdep.c +++ b/gdb/posix-hdep.c @@ -27,7 +27,7 @@ /* The strerror() function can return NULL for errno values that are out of range. Provide a "safe" version that always returns a - printable string. */ + printable string. */ char * safe_strerror (int errnum) |