diff options
Diffstat (limited to 'gdb/proc-why.c')
-rw-r--r-- | gdb/proc-why.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/proc-why.c b/gdb/proc-why.c index 97a3760..0ce0a84 100644 --- a/gdb/proc-why.c +++ b/gdb/proc-why.c @@ -75,7 +75,7 @@ static struct trans pr_why_table[] = { PR_FAULTED, "PR_FAULTED", "Incurred a traced hardware fault" }, #endif #if defined (PR_SUSPENDED) - /* Solaris and UnixWare. */ + /* Solaris only. */ { PR_SUSPENDED, "PR_SUSPENDED", "Process suspended" }, #endif #if defined (PR_CHECKPOINT) |