chiark / gitweb /
util: fix a typo in comment
[elogind.git] / src / shared / util.c
index 279def715ab18a0a53038ef662bdaf6acf7075c0..8071bb231438ee9addf863e6aa8f727eaa122d89 100644 (file)
@@ -1353,7 +1353,7 @@ char *cescape(const char *s) {
 
         assert(s);
 
-        /* Does C style string escaping. May be be reversed with
+        /* Does C style string escaping. May be reversed with
          * cunescape(). */
 
         r = new(char, strlen(s)*4 + 1);