diff options
author | Duncan Sands <baldrick@free.fr> | 2012-01-02 16:55:01 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2012-01-02 16:55:01 +0000 |
commit | 7610e45910c38e5ecc479619a53072d97369b8d2 (patch) | |
tree | caba0f50c48b2f296e040e084efb0326e29cad3f /llvm/docs/CommandGuide | |
parent | 306bd2c6aa49db4315770f74a94c42626b5f2a3c (diff) | |
download | bcm5719-llvm-7610e45910c38e5ecc479619a53072d97369b8d2.tar.gz bcm5719-llvm-7610e45910c38e5ecc479619a53072d97369b8d2.zip |
Correct spelling.
llvm-svn: 147435
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/lit.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/lit.pod b/llvm/docs/CommandGuide/lit.pod index faf4811dd18..314e201d2db 100644 --- a/llvm/docs/CommandGuide/lit.pod +++ b/llvm/docs/CommandGuide/lit.pod @@ -208,7 +208,7 @@ suite. The test succeeded, but it was expected to fail. This is used for tests which were specified as expected to fail, but are now succeeding (generally because -the feautre they test was broken and has been fixed). +the feature they test was broken and has been fixed). =item B<FAIL> |