diff options
| author | Daniel Dunbar <daniel@zuster.org> | 2012-03-08 01:54:33 +0000 |
|---|---|---|
| committer | Daniel Dunbar <daniel@zuster.org> | 2012-03-08 01:54:33 +0000 |
| commit | 1c66a0e1c0ca7fd8635a5de13a3d91da6042420b (patch) | |
| tree | d1c22b4dfbdc779f5bf10a5a50f8aae876fc56e7 /clang/utils | |
| parent | 0b2fa914f0f00a38693cf3fc43cbbae0f9f3fcc9 (diff) | |
| download | bcm5719-llvm-1c66a0e1c0ca7fd8635a5de13a3d91da6042420b.tar.gz bcm5719-llvm-1c66a0e1c0ca7fd8635a5de13a3d91da6042420b.zip | |
Spelling.
llvm-svn: 152281
Diffstat (limited to 'clang/utils')
| -rwxr-xr-x | clang/utils/FuzzTest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/utils/FuzzTest b/clang/utils/FuzzTest index 2aa5989a80d..959182f210b 100755 --- a/clang/utils/FuzzTest +++ b/clang/utils/FuzzTest @@ -182,7 +182,7 @@ test and then leave the fuzzed inputs in place to examine the failure. For each fuzzed input, %prog will run the test command given on the command line. Each argument in the command is subject to string interpolation before being executed. The syntax is "%(VARIABLE)FORMAT" where FORMAT is a standard -printf format, and VARIBLE is one of: +printf format, and VARIABLE is one of: 'index' - the test index being run 'inputs' - the full list of test inputs |

