aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdb_wait.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/gdb_wait.h')
-rw-r--r--gdb/gdb_wait.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdb_wait.h b/gdb/gdb_wait.h
index dfeea61..a583050 100644
--- a/gdb/gdb_wait.h
+++ b/gdb/gdb_wait.h
@@ -55,7 +55,7 @@
/* Unfortunately, the above comment (about being compatible in all Unix
systems) is not quite correct for AIX, sigh. And AIX 3.2 can generate
status words like 0x57c (sigtrap received after load), and gdb would
- choke on it. */
+ choke on it. */
#define WIFSTOPPED(w) ((w)&0x40)