]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
util: fix a typo in comment
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Thu, 9 Apr 2015 21:57:35 +0000 (23:57 +0200)
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Thu, 9 Apr 2015 21:58:28 +0000 (23:58 +0200)
src/shared/util.c

index 23468b7af6d2e1243acb365dc12ae586b28bf9f2..7175e808b3f74a6daa99834612e423615ba63cb8 100644 (file)
@@ -1332,7 +1332,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);