aboutsummaryrefslogtreecommitdiffstats
path: root/utils/yaml-bench/YAMLBench.cpp
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2014-05-30 23:04:38 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-05-30 23:04:38 +0000
commit51c66e01e1137e01bbeff643f99f26264e96122e (patch)
treedcebc53f2b182f145a2e659393bf9a0472cedf23 /utils/yaml-bench/YAMLBench.cpp
parent49dd77d69cff662dd36bad2866bf1b325fdddb30 (diff)
parentcd06393abba35e4415f01f9873ad3c0791da0776 (diff)
downloadexternal_llvm-51c66e01e1137e01bbeff643f99f26264e96122e.zip
external_llvm-51c66e01e1137e01bbeff643f99f26264e96122e.tar.gz
external_llvm-51c66e01e1137e01bbeff643f99f26264e96122e.tar.bz2
am cd06393a: Merge "Update LLVM for 3.5 rebase (r209712)."
* commit 'cd06393abba35e4415f01f9873ad3c0791da0776': Update LLVM for 3.5 rebase (r209712).
Diffstat (limited to 'utils/yaml-bench/YAMLBench.cpp')
-rw-r--r--utils/yaml-bench/YAMLBench.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/yaml-bench/YAMLBench.cpp b/utils/yaml-bench/YAMLBench.cpp
index 3e80f23..58b7356 100644
--- a/utils/yaml-bench/YAMLBench.cpp
+++ b/utils/yaml-bench/YAMLBench.cpp
@@ -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.
//
//===----------------------------------------------------------------------===//