diff options
| author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2011-08-20 17:02:59 +0200 |
|---|---|---|
| committer | Christopher Li <sparse@chrisli.org> | 2011-08-20 15:30:50 -0700 |
| commit | cfcf8b5d5c1075c27ebb751946d1f19cdc77fe17 (patch) | |
| tree | 82794e85d232559af935dcfbc2908535f12caf33 /validation/preprocessor | |
| parent | abca4fede1626676d783cc2178768cf08340ac9e (diff) | |
| download | sparse-dev-cfcf8b5d5c1075c27ebb751946d1f19cdc77fe17.tar.gz | |
fix common misspellings with codespell
See http://git.profusion.mobi/cgit.cgi/lucas/codespell/ for more
information on codespell.
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: Christopher Li <sparse@chrisli.org>
Diffstat (limited to 'validation/preprocessor')
| -rw-r--r-- | validation/preprocessor/preprocessor19.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/validation/preprocessor/preprocessor19.c b/validation/preprocessor/preprocessor19.c index 7dd3820d..e70dad1e 100644 --- a/validation/preprocessor/preprocessor19.c +++ b/validation/preprocessor/preprocessor19.c @@ -1,4 +1,4 @@ -/* got burned by that - freed the new defintion in the case when we had +/* got burned by that - freed the new definition in the case when we had warned and replaced the old one */ #define A x #define A y |
