[Git][cmucl/cmucl][issue-369-unix-setlocale-docstring] Fix typo in docstring introduced in previous commit

Raymond Toy pushed to branch issue-369-unix-setlocale-docstring at cmucl / cmucl Commits: 7b418580 by Raymond Toy at 2025-01-28T06:16:55-08:00 Fix typo in docstring introduced in previous commit - - - - - 1 changed file: - src/code/unix.lisp Changes: ===================================== src/code/unix.lisp ===================================== @@ -2874,7 +2874,7 @@ (defun unix-setlocale () _N"Set all the categories of the locale according to the values of - the environment variables calling setlocale(LC_ALL, \"\"). + the environment variables by calling setlocale(LC_ALL, \"\"). Returns 0 on success and -1 if setlocale failed." (alien:alien-funcall View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/7b418580c66ac4340adb53b7... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/7b418580c66ac4340adb53b7... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy (@rtoy)