[systemd-commits] src/shared

Thomas H.P. Andersen phomes at kemper.freedesktop.org
Thu Apr 9 14:58:37 PDT 2015


 src/shared/util.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 96406c1a278bfd1c1b69a248cc6c223755077f02
Author: Thomas Hindoe Paaboel Andersen <phomes at gmail.com>
Date:   Thu Apr 9 23:57:35 2015 +0200

    util: fix a typo in comment

diff --git a/src/shared/util.c b/src/shared/util.c
index 23468b7..7175e80 100644
--- a/src/shared/util.c
+++ b/src/shared/util.c
@@ -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);



More information about the systemd-commits mailing list