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 */