From db166290088fb7d39d01f68b9860253893d4f1a7 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Fri, 20 Dec 2019 09:19:39 +0900 Subject: Fixed misspellings Fixed misspellings reported at [Bug #16437], only in ruby and rubyspec. --- st.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'st.c') diff --git a/st.c b/st.c index 5d0c00cc0a..2b973ea75d 100644 --- a/st.c +++ b/st.c @@ -714,7 +714,7 @@ st_free_table(st_table *tab) free(tab); } -/* Return byte size of memory allocted for table TAB. */ +/* Return byte size of memory allocated for table TAB. */ size_t st_memsize(const st_table *tab) { -- cgit v1.2.3