Fix a typo in the comment.
authorSimon Atanasyan <simon@atanasyan.com>
Mon, 7 Apr 2014 12:59:36 +0000 (12:59 +0000)
committerSimon Atanasyan <simon@atanasyan.com>
Mon, 7 Apr 2014 12:59:36 +0000 (12:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205707 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/YAMLTraits.h

index 774438d95e5878c3b1c739729c4892225b4ef9c8..44db30ac6e99f8b6804452b89b69987fdf73bc27 100644 (file)
@@ -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);