diff options
Diffstat (limited to 'src/os_unix.h')
-rw-r--r-- | src/os_unix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os_unix.h b/src/os_unix.h index 821462cd5..d99d1c8d3 100644 --- a/src/os_unix.h +++ b/src/os_unix.h @@ -483,7 +483,7 @@ int mch_rename __ARGS((const char *src, const char *dest)); # endif # ifndef VMS # ifdef __MVS__ - /* on OS390 Unix getenv() doesn't return a pointer to persistant + /* on OS390 Unix getenv() doesn't return a pointer to persistent * storage -> use __getenv() */ # define mch_getenv(x) (char_u *)__getenv((char *)(x)) # else |