summaryrefslogtreecommitdiff
path: root/src/os_unix.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-05-10 17:44:18 +0000
committerBram Moolenaar <Bram@vim.org>2007-05-10 17:44:18 +0000
commit3d27a45f9a536be76175d5a6c4d0d9ed552f8ebb (patch)
tree2b16c46af3e6269ce446fae70131a1afb1b80a8a /src/os_unix.h
parent044b68f42a945cdccb357ee6bb67d719ba532cd4 (diff)
downloadvim-git-3d27a45f9a536be76175d5a6c4d0d9ed552f8ebb.tar.gz
updated for version 7.1b
Diffstat (limited to 'src/os_unix.h')
-rw-r--r--src/os_unix.h2
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