summaryrefslogtreecommitdiff
path: root/src/s/usg5-2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/s/usg5-2.h')
-rw-r--r--src/s/usg5-2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/usg5-2.h b/src/s/usg5-2.h
index 46346005dfb..d4a82ab6d0c 100644
--- a/src/s/usg5-2.h
+++ b/src/s/usg5-2.h
@@ -148,7 +148,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define _setjmp setjmp
#define _longjmp longjmp
-/* On USG systems the system calls are interruptable by signals
+/* On USG systems the system calls are interruptible by signals
that the user program has elected to catch. Thus the system call
must be retried in these cases. To handle this without massive
changes in the source code, we remap the standard system call names