]> andersk Git - libyaml.git/blobdiff - include/yaml.h
Fix token name typos in comments
[libyaml.git] / include / yaml.h
index a9fb573c696c8bf418c0f0648cab6f8a6c4f860d..97f655a0216bf2f668e9ea140eb52637bfa3815c 100644 (file)
@@ -232,7 +232,7 @@ typedef enum yaml_token_type_e {
 
     /** A BLOCK-SEQUENCE-START token. */
     YAML_BLOCK_SEQUENCE_START_TOKEN,
-    /** A BLOCK-SEQUENCE-END token. */
+    /** A BLOCK-MAPPING-START token. */
     YAML_BLOCK_MAPPING_START_TOKEN,
     /** A BLOCK-END token. */
     YAML_BLOCK_END_TOKEN,
This page took 0.031723 seconds and 4 git commands to generate.