From 1b1ff14fe8094a035e872da314e31269c9102684 Mon Sep 17 00:00:00 2001 From: Randy MacLeod Date: Fri, 29 Apr 2011 18:35:11 -0400 Subject: [PATCH] Fix grammatical errors in README-smatch I started looking at smatch and found some grammatical errors. Signed-off-by: Randy MacLeod --- README-smatch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README-smatch b/README-smatch index d18b7d76..dd65f12b 100644 --- a/README-smatch +++ b/README-smatch @@ -31,7 +31,7 @@ smatch_scripts/ directory. smatch_scripts/show_unreachable.sh smatch_scripts/show_ifs.sh -BTW, if you are testing the kernel and only one to test one file you can do: +BTW, if you are testing the kernel and only want to test one file you can do: /path/to/smatch_scripts/kchecker drivers/whatever/file.c @@ -43,10 +43,10 @@ instead of smatch. So when I am writing kernel patches in vim I do: ***Debugging Hints*** -Sometimes you it is not obvious why smatch is printing an error. The --debug +Sometimes it is not obvious why smatch is printing an error. The --debug option is usefull here. It prints a message on each state change. -Also if smatch crashes use: kchecker --valgrind drivers/whatever/file.c and +Also if smatch crashes, use: kchecker --valgrind drivers/whatever/file.c and send me the stack dump. ***How Smatch Works*** -- 2.11.4.GIT