aboutsummaryrefslogtreecommitdiffstats
path: root/st.c
diff options
context:
space:
mode:
Diffstat (limited to 'st.c')
-rw-r--r--st.c2
1 files changed, 1 insertions, 1 deletions
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)
{