summaryrefslogtreecommitdiff
path: root/tools/extract
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-08-18 14:43:39 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-08-18 14:43:39 +0000
commit5560c9d49ccae132cabf1155f18aa0480dce3eda (patch)
tree8fd8c1924c3dd2243b805e6e4d076cbdc57855fb /tools/extract
parent00d7af60b0ac2e790b5be2821ccca895a00b0972 (diff)
downloadllvm-5560c9d49ccae132cabf1155f18aa0480dce3eda.tar.gz
llvm-5560c9d49ccae132cabf1155f18aa0480dce3eda.tar.bz2
llvm-5560c9d49ccae132cabf1155f18aa0480dce3eda.tar.xz
Spell `necessary' correctly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7944 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/extract')
-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