Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jan 2024 06:48:04 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: a17275e29f89 - stable/13 - devfs(5): Fix a typo in a source code comment
Message-ID:  <202401230648.40N6m4WS057852@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401230648.40N6m4WS057852>