From 96406c1a278bfd1c1b69a248cc6c223755077f02 Mon Sep 17 00:00:00 2001 From: Thomas Hindoe Paaboel Andersen Date: Thu, 9 Apr 2015 23:57:35 +0200 Subject: util: fix a typo in comment --- src/shared/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/shared/util.c b/src/shared/util.c index 23468b7af6..7175e808b3 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); -- cgit v1.2.3-54-g00ecf