fix "aloc" -> "alloc" typos

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2016-09-17 20:58:22 +02:00
parent 7bc3d39695
commit 7373759947
3 changed files with 10 additions and 10 deletions

View File

@@ -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.
*/