aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--show-diff.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/show-diff.c b/show-diff.c
index 4456230a5..2ff0bd4ea 100644
--- a/show-diff.c
+++ b/show-diff.c
@@ -34,9 +34,6 @@ static void prepare_diff_cmd(void)
* name ==> name ==> 'name'
* a b ==> a b ==> 'a b'
* a'b ==> a'\''b ==> 'a'\''b'
- *
- * NOTE! The returned memory belongs to this function so
- * do not free it.
*/
static char *sq_expand(char *src)
{