git: a17275e29f89 - stable/13 - devfs(5): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 Jan 2024 06:48:04 UTC
The branch stable/13 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=a17275e29f89d2ceb197787095eb93042631a55b
commit a17275e29f89d2ceb197787095eb93042631a55b
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2024-01-20 16:25:45 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2024-01-23 06:45:52 +0000
devfs(5): Fix a typo in a source code comment
- s/interpeted/interpreted/
(cherry picked from commit 7cf293536ebacc92150be12e0be928500e670610)
---
sys/fs/devfs/devfs_rule.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/fs/devfs/devfs_rule.c b/sys/fs/devfs/devfs_rule.c
index 66fc00dfcb39..37d24577792d 100644
--- a/sys/fs/devfs/devfs_rule.c
+++ b/sys/fs/devfs/devfs_rule.c
@@ -45,7 +45,7 @@
*
* A note on "special" identifiers: Ruleset 0 is the NULL, or empty,
* ruleset; it cannot be deleted or changed in any way. This may be
- * assumed inside the code; e.g., a ruleset of 0 may be interpeted to
+ * assumed inside the code; e.g., a ruleset of 0 may be interpreted to
* mean "no ruleset". The interpretation of rule 0 is
* command-dependent, but in no case is there a real rule with number
* 0.