summaryrefslogtreecommitdiff
path: root/libc/Pre_main
diff options
context:
space:
mode:
Diffstat (limited to 'libc/Pre_main')
-rw-r--r--libc/Pre_main2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/Pre_main b/libc/Pre_main
index 0b3bec2..f0a5b83 100644
--- a/libc/Pre_main
+++ b/libc/Pre_main
@@ -1,5 +1,5 @@
-There is now support for calling functions before main and from inside the
+There is support for calling functions before main and from inside the
exit() function.
The exit processing uses the standard 'atexit' and 'on_exit' functions