diff options
Diffstat (limited to 'src/libmain/shared.hh')
-rw-r--r-- | src/libmain/shared.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libmain/shared.hh b/src/libmain/shared.hh index b791980fa..d7d872319 100644 --- a/src/libmain/shared.hh +++ b/src/libmain/shared.hh @@ -124,7 +124,7 @@ void detectStackOverflow(); * * This is called by the handler installed by detectStackOverflow(). * - * This gives Nix library consumers a limit opportunity to report the error + * This gives Lix library consumers a limit opportunity to report the error * condition. The handler should exit the process. * See defaultStackOverflowHandler() for a reference implementation. * |