coccinelle: fix typo in comment

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
master
Philippe Mathieu-Daudé 2017-05-15 21:11:50 -03:00 committed by Stefan Hajnoczi
parent 462e5d5065
commit f652402487
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// replace 'R = X; return R;' with 'return R;'
// replace 'R = X; return R;' with 'return X;'
@@
identifier VAR;
expression E;