[llvm] r205673 - Fix typo

David Blaikie dblaikie at gmail.com
Sat Apr 5 13:28:14 PDT 2014


Author: dblaikie
Date: Sat Apr  5 15:28:13 2014
New Revision: 205673

URL: http://llvm.org/viewvc/llvm-project?rev=205673&view=rev
Log:
Fix typo

Differential Revision: http://reviews.llvm.org/D3237

Modified:
    llvm/trunk/utils/yaml-bench/YAMLBench.cpp

Modified: llvm/trunk/utils/yaml-bench/YAMLBench.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/yaml-bench/YAMLBench.cpp?rev=205673&r1=205672&r2=205673&view=diff
==============================================================================
--- llvm/trunk/utils/yaml-bench/YAMLBench.cpp (original)
+++ llvm/trunk/utils/yaml-bench/YAMLBench.cpp Sat Apr  5 15:28:13 2014
@@ -7,7 +7,7 @@
 //
 //===----------------------------------------------------------------------===//
 //
-// This program executes the YAMLParser on differntly sized YAML texts and
+// This program executes the YAMLParser on differently sized YAML texts and
 // outputs the run time.
 //
 //===----------------------------------------------------------------------===//





More information about the llvm-commits mailing list