about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--lib/util/vasprintf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util/vasprintf.c b/lib/util/vasprintf.c
index 9cfd0618..e074befb 100644
--- a/lib/util/vasprintf.c
+++ b/lib/util/vasprintf.c
@@ -1,6 +1,6 @@
 #define _GNU_SOURCE
-   /* Due to conditional compilation, this is GNU source only if the C library
-      is GNU.
+   /* Because of conditional compilation, this is GNU source only if the C
+      library is GNU.
    */
 #include <stdlib.h>
 #include <string.h>