summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/astring.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util/astring.c')
-rw-r--r--src/lib/util/astring.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/astring.c b/src/lib/util/astring.c
index 3b9542cef00..64382876732 100644
--- a/src/lib/util/astring.c
+++ b/src/lib/util/astring.c
@@ -233,7 +233,7 @@ void astring_free(astring *str)
/*-------------------------------------------------
- astring_expand - expand an astring to
+ astring_expand - expand an astring to
guarantee the given amount of space
-------------------------------------------------*/