diff options
author | David Blaikie <dblaikie@gmail.com> | 2014-04-05 20:28:13 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2014-04-05 20:28:13 +0000 |
commit | 2a528822a5a1e4bdfd9f5033ef368bcab544f480 (patch) | |
tree | 42eb4ed82a93d75f71a8e67b42ab2edc61457ffb /llvm/utils | |
parent | 8e80514fbe74aef072c7ac791842e16b31e0ba54 (diff) | |
download | bcm5719-llvm-2a528822a5a1e4bdfd9f5033ef368bcab544f480.tar.gz bcm5719-llvm-2a528822a5a1e4bdfd9f5033ef368bcab544f480.zip |
Fix typo
Differential Revision: http://reviews.llvm.org/D3237
llvm-svn: 205673
Diffstat (limited to 'llvm/utils')
-rw-r--r-- | llvm/utils/yaml-bench/YAMLBench.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/yaml-bench/YAMLBench.cpp b/llvm/utils/yaml-bench/YAMLBench.cpp index 3e80f23da76..58b73568628 100644 --- a/llvm/utils/yaml-bench/YAMLBench.cpp +++ b/llvm/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. // //===----------------------------------------------------------------------===// |