summaryrefslogtreecommitdiff
path: root/tools/extract/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tools/extract/README.txt')
-rw-r--r--tools/extract/README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/extract/README.txt b/tools/extract/README.txt
index 6f0cda94cf..81811a39aa 100644
--- a/tools/extract/README.txt
+++ b/tools/extract/README.txt
@@ -7,7 +7,7 @@ This is useful because often something will die (for example SCCP
miscompiles one function of a large benchmark), and so you want to just
cut the testcase down to the one function that is being a problem. In
this case, 'extract' eliminates all of the extraneous global variables,
-type information, and functions that aren't neccesary, giving you
+type information, and functions that aren't necessary, giving you
something simpler.
This is just an FYI, because I've found it useful and thought you guys