chiark / gitweb /
tree-wide: remove consecutive duplicate words in comments
[elogind.git] / src / basic / escape.c
index 127ca2ecb2ced04c1d5a81177f7f8a6e536edbd4..aa5dece97e239628e551ca28f4626fd106aa9674 100644 (file)
@@ -333,7 +333,7 @@ int cunescape_length_with_prefix(const char *s, size_t length, const char *prefi
                 assert(remaining > 0);
 
                 if (*f != '\\') {
-                        /* A literal literal, copy verbatim */
+                        /* A literal, copy verbatim */
                         *(t++) = *f;
                         continue;
                 }