From 7373759947ac54e9a9b3b1a26572cca5cdc9a0e6 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sat, 17 Sep 2016 20:58:22 +0200 Subject: fix "aloc" -> "alloc" typos Signed-off-by: Denys Vlasenko --- shell/ash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell') diff --git a/shell/ash.c b/shell/ash.c index 790367bd8..bffb4a245 100644 --- a/shell/ash.c +++ b/shell/ash.c @@ -11663,7 +11663,7 @@ parsebackq: { * FIXME: this can allocate very large block on stack and SEGV. * Example: * echo "..<100kbytes>..`true` $(true) `true` ..." - * alocates 100kb for every command subst. With about + * allocates 100kb for every command subst. With about * a hundred command substitutions stack overflows. * With larger prepended string, SEGV happens sooner. */ -- cgit v1.2.3