From 2d60a624c97b723295e767d225f55ba2919558f4 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 26 Jul 2017 00:23:21 -0400 Subject: [PATCH] spelling: storage --- ChangeLog-2012 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog-2012 b/ChangeLog-2012 index 70e683ff..2a299960 100644 --- a/ChangeLog-2012 +++ b/ChangeLog-2012 @@ -13993,7 +13993,7 @@ * src/LR0.c (allocate_itemsets): Use xnmalloc, not xcalloc, to allocate kernel_base, kernel_items, kernel_size, since they needn't be initialized to 0. - (allocate_storgae): Likewise, for shiftset, redset, shift_symbol. + (allocate_storage): Likewise, for shiftset, redset, shift_symbol. * src/closure.c (new_closure): Likewise, for itemset. * src/derives.c (derives_compute): Likewise, for delts, derives, q. * src/lalr.c (set_goto_map): Likewise, for temp_map.