aboutsummaryrefslogtreecommitdiff
path: root/libbb/messages.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/messages.c')
-rw-r--r--libbb/messages.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libbb/messages.c b/libbb/messages.c
index 27ba244d6..311eda004 100644
--- a/libbb/messages.c
+++ b/libbb/messages.c
@@ -36,9 +36,9 @@ const char bb_busybox_exec_path[] ALIGN1 = CONFIG_BUSYBOX_EXEC_PATH;
36/* Some special shell variables are placed in the environment immediately 36/* Some special shell variables are placed in the environment immediately
37 * when they're exported. 37 * when they're exported.
38 * 38 *
39 * BB_GLOBBING and BB_UMASK are excluded because users shouln't be 39 * BB_GLOBBING and BB_UMASK are excluded because users shouldn't be
40 * messing with them; BB_ALT_BUFFER and BB_FIX_BACKSLASH are excluded 40 * messing with them; BB_FIX_BACKSLASH is excluded because it only
41 * because they only affect particular applets, not the shell itself. 41 * affects particular applets, not the shell itself.
42 * 42 *
43 * If you change any of these you should also update the definitions in 43 * If you change any of these you should also update the definitions in
44 * include/libbb.h. 44 * include/libbb.h.