chiark / gitweb /
treewide: fix typos and remove accidental repetition of words
[elogind.git] / src / basic / strv.c
index 2e2dc3e4436e19d047babe1d66752767c60b156b..251031e012c078fdb4f597f3d25d09599edaa923 100644 (file)
@@ -888,7 +888,7 @@ int strv_extend_n(char ***l, const char *value, size_t n) {
         if (n == 0)
                 return 0;
 
-        /* Adds the value value n times to l */
+        /* Adds the value n times to l */
 
         k = strv_length(*l);