From: Thomas Hindoe Paaboel Andersen Date: Thu, 9 Apr 2015 21:57:35 +0000 (+0200) Subject: util: fix a typo in comment X-Git-Tag: v226.4~1^2~498 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=322e94abd97bbd3b8b0d37719449c0be5b9d99d8 util: fix a typo in comment --- diff --git a/src/shared/util.c b/src/shared/util.c index 279def715..8071bb231 100644 --- a/src/shared/util.c +++ b/src/shared/util.c @@ -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);