summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2014-04-05 20:28:13 +0000
committerDavid Blaikie <dblaikie@gmail.com>2014-04-05 20:28:13 +0000
commita3cc2210fa0d8a144aaa1e3f2a4b8981e0d3c188 (patch)
treedd2e587d09e301673eae3f388fa2499416b453e0 /utils
parenteb22ac0886c79edf67d51f9db3e39a58c5d0ce6f (diff)
downloadllvm-a3cc2210fa0d8a144aaa1e3f2a4b8981e0d3c188.tar.gz
llvm-a3cc2210fa0d8a144aaa1e3f2a4b8981e0d3c188.tar.bz2
llvm-a3cc2210fa0d8a144aaa1e3f2a4b8981e0d3c188.tar.xz
Fix typo
Differential Revision: http://reviews.llvm.org/D3237 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205673 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-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 3e80f23da7..58b7356862 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.
//
//===----------------------------------------------------------------------===//