diff options
Diffstat (limited to 'tool/srcck1.c')
-rw-r--r-- | tool/srcck1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/srcck1.c b/tool/srcck1.c index e95765185..20084ac47 100644 --- a/tool/srcck1.c +++ b/tool/srcck1.c @@ -58,7 +58,7 @@ static char *readFile(const char *zFilename){ return z; } -/* Change the C code in the argument to see if it might have +/* Check the C code in the argument to see if it might have ** side effects. The only accurate way to know this is to do a full ** parse of the C code, which this routine does not do. This routine ** uses a simple heuristic of looking for: |