summaryrefslogtreecommitdiff
path: root/lib/safe-write.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/safe-write.h')
-rw-r--r--lib/safe-write.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/safe-write.h b/lib/safe-write.h
index 84bc36d42..3a7f5091c 100644
--- a/lib/safe-write.h
+++ b/lib/safe-write.h
@@ -17,7 +17,7 @@
/* Some system calls may be interrupted and fail with errno = EINTR in the
following situations:
- The process is stopped and restarted (signal SIGSTOP and SIGCONT, user
- types Ctrl-Z) on some platforms: MacOS X.
+ types Ctrl-Z) on some platforms: Mac OS X.
- The process receives a signal for which a signal handler was installed
with sigaction() with an sa_flags field that does not contain
SA_RESTART.