[llvm] r205707 - Fix a typo in the comment.
Simon Atanasyan
simon at atanasyan.com
Mon Apr 7 05:59:36 PDT 2014
Author: atanasyan
Date: Mon Apr 7 07:59:36 2014
New Revision: 205707
URL: http://llvm.org/viewvc/llvm-project?rev=205707&view=rev
Log:
Fix a typo in the comment.
Modified:
llvm/trunk/include/llvm/Support/YAMLTraits.h
Modified: llvm/trunk/include/llvm/Support/YAMLTraits.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/YAMLTraits.h?rev=205707&r1=205706&r2=205707&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/YAMLTraits.h (original)
+++ llvm/trunk/include/llvm/Support/YAMLTraits.h Mon Apr 7 07:59:36 2014
@@ -32,7 +32,7 @@ namespace yaml {
/// This class should be specialized by any type that needs to be converted
/// to/from a YAML mapping. For example:
///
-/// struct ScalarBitSetTraits<MyStruct> {
+/// struct MappingTraits<MyStruct> {
/// static void mapping(IO &io, MyStruct &s) {
/// io.mapRequired("name", s.name);
/// io.mapRequired("size", s.size);
More information about the llvm-commits
mailing list