summaryrefslogtreecommitdiff
path: root/gdbsupport/job-control.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gdbsupport/job-control.cc')
-rw-r--r--gdbsupport/job-control.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdbsupport/job-control.cc b/gdbsupport/job-control.cc
index 381c5f0e566..d3c57fea404 100644
--- a/gdbsupport/job-control.cc
+++ b/gdbsupport/job-control.cc
@@ -46,8 +46,8 @@ gdb_setpgid ()
{
#ifdef HAVE_SETPGID
/* The call setpgid (0, 0) is supposed to work and mean the same
- thing as this, but on Ultrix 4.2A it fails with EPERM (and
- setpgid (getpid (), getpid ()) succeeds). */
+ thing as this, but on Ultrix 4.2A it fails with EPERM (and
+ setpgid (getpid (), getpid ()) succeeds). */
retval = setpgid (getpid (), getpid ());
#else
#ifdef HAVE_SETPGRP