diff options
Diffstat (limited to 'common/session-env.c')
-rw-r--r-- | common/session-env.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/session-env.c b/common/session-env.c index c1eb1d959..30241a993 100644 --- a/common/session-env.c +++ b/common/session-env.c @@ -375,7 +375,7 @@ session_env_getenv_or_default (session_env_t se, const char *name, until it returns NULL. The value is returned at R_VALUE. If R_DEFAULT is not NULL, the default flag is stored on return. The default flag indicates that the value has been taken from the - process' environment. The caller must not change the returned + process's environment. The caller must not change the returned name or value. */ char * session_env_listenv (session_env_t se, int *iterator, |