summaryrefslogtreecommitdiff
path: root/security/landlock/domain.h
diff options
context:
space:
mode:
Diffstat (limited to 'security/landlock/domain.h')
-rw-r--r--security/landlock/domain.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/landlock/domain.h b/security/landlock/domain.h
index 7fb70b25f85a..621f054c9a2b 100644
--- a/security/landlock/domain.h
+++ b/security/landlock/domain.h
@@ -97,7 +97,7 @@ struct landlock_hierarchy {
*/
atomic64_t num_denials;
/**
- * @id: Landlock domain ID, sets once at domain creation time.
+ * @id: Landlock domain ID, set once at domain creation time.
*/
u64 id;
/**