[cfe-commits] r152281 - /cfe/trunk/utils/FuzzTest

Daniel Dunbar daniel at zuster.org
Wed Mar 7 17:54:33 PST 2012


Author: ddunbar
Date: Wed Mar  7 19:54:33 2012
New Revision: 152281

URL: http://llvm.org/viewvc/llvm-project?rev=152281&view=rev
Log:
Spelling.

Modified:
    cfe/trunk/utils/FuzzTest

Modified: cfe/trunk/utils/FuzzTest
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/utils/FuzzTest?rev=152281&r1=152280&r2=152281&view=diff
==============================================================================
--- cfe/trunk/utils/FuzzTest (original)
+++ cfe/trunk/utils/FuzzTest Wed Mar  7 19:54:33 2012
@@ -182,7 +182,7 @@
 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





More information about the cfe-commits mailing list