1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
Differential Revision: http://reviews.llvm.org/D3237

llvm-svn: 205673
This commit is contained in:
David Blaikie 2014-04-05 20:28:13 +00:00
parent cfaaa4e6b3
commit 1d64851611

View File

@ -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.
//
//===----------------------------------------------------------------------===//