commit | 53d97a1258076fce807954334621d1fa4168b011 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Thu Nov 05 17:39:10 2020 +0100 |
committer | Radek Krejci <rkrejci@cesnet.cz> | Thu Nov 05 20:31:05 2020 +0100 |
tree | 350167665638b6349ac650166a3b3f7242809fee | |
parent | e49b632d0f9ba4543ab2ae00bacac12b14feba39 [diff] [blame] |
validation DOC update comment
diff --git a/src/validation.c b/src/validation.c index 6b495e2..4ea4730 100644 --- a/src/validation.c +++ b/src/validation.c
@@ -985,7 +985,7 @@ /* node's musts */ LY_CHECK_RET(lyd_validate_must(node, op)); - /* node value including if-feature was checked by plugins */ + /* node value was checked by plugins */ } /* validate schema-based restrictions */