summaryrefslogtreecommitdiff
path: root/lib/save-cwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/save-cwd.c')
-rw-r--r--lib/save-cwd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/save-cwd.c b/lib/save-cwd.c
index 068ff0ac0..b7b85a1b5 100644
--- a/lib/save-cwd.c
+++ b/lib/save-cwd.c
@@ -62,7 +62,7 @@ extern int errno;
support for fchdir, and getcwd is not robust or as efficient.
So, we prefer to use the open/fchdir approach, but fall back on
getcwd if necessary. Some systems lack fchdir altogether: OS/2,
- Cygwin (as of March 2003), SCO Xenix. At least SunOS4 and Irix 5.3
+ Cygwin (as of March 2003), SCO Xenix. At least SunOS 4 and Irix 5.3
provide the function, yet it doesn't work for partitions on which
auditing is enabled. */