chiark / gitweb /
util: fix a typo in comment
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Thu, 9 Apr 2015 21:57:35 +0000 (23:57 +0200)
committerSven Eden <yamakuzure@gmx.net>
Tue, 14 Mar 2017 06:54:45 +0000 (07:54 +0100)
src/shared/util.c

index 279def715ab18a0a53038ef662bdaf6acf7075c0..8071bb231438ee9addf863e6aa8f727eaa122d89 100644 (file)
@@ -1353,7 +1353,7 @@ char *cescape(const char *s) {
 
         assert(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);
          * cunescape(). */
 
         r = new(char, strlen(s)*4 + 1);