mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Fix a typo in the comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205707 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
231ed9dd9c
commit
503334ab44
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user