diff options
-rw-r--r-- | include/registry/types.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/registry/types.hxx b/include/registry/types.hxx index 87b7c93f5851..babebbcec79b 100644 --- a/include/registry/types.hxx +++ b/include/registry/types.hxx @@ -132,7 +132,7 @@ enum RTTypeClass { enum class RTFieldAccess { NONE = 0x0000, - /// specifies a unknown flag + /// specifies an unknown flag INVALID = 0x0000, /// specifies a readonly property/attribute READONLY = 0x0001, @@ -298,7 +298,7 @@ enum class RTReferenceType { /// the reference type is unknown INVALID, - /** the service support the interface that means a implementation of this + /** the service support the interface that means an implementation of this service must implement this interface. */ SUPPORTS, |