diff options
Diffstat (limited to 'libraries/base/System')
-rw-r--r-- | libraries/base/System/Environment.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/System/Environment.hs b/libraries/base/System/Environment.hs index b3fbaf8279..242845aae6 100644 --- a/libraries/base/System/Environment.hs +++ b/libraries/base/System/Environment.hs @@ -305,7 +305,7 @@ putEnv keyvalue = do foreign import ccall unsafe "putenv" c_putenv :: CString -> IO CInt #endif --- | @unSet name@ removes the specified environment variable from the +-- | @unsetEnv name@ removes the specified environment variable from the -- environment of the current process. -- -- Throws `Control.Exception.IOException` if @name@ is the empty string or |