summaryrefslogtreecommitdiff
path: root/src/test/test-strbuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/test-strbuf.c')
-rw-r--r--src/test/test-strbuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test-strbuf.c b/src/test/test-strbuf.c
index 43cb92b74b..4ec648ae66 100644
--- a/src/test/test-strbuf.c
+++ b/src/test/test-strbuf.c
@@ -48,7 +48,7 @@ static void test_strbuf(void) {
/* check the content of the buffer directly */
l = strv_parse_nulstr(sb->buf, sb->len);
- assert_se(streq(l[0], "")); /* root*/
+ assert_se(streq(l[0], "")); /* root */
assert_se(streq(l[1], "waldo"));
assert_se(streq(l[2], "foo"));
assert_se(streq(l[3], "bar"));