Date: Sat, 20 Jan 2024 16:26:57 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 7cf293536eba - main - devfs(5): Fix a typo in a source code comment Message-ID: <202401201626.40KGQvX7035960@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=7cf293536ebacc92150be12e0be928500e670610 commit 7cf293536ebacc92150be12e0be928500e670610 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2024-01-20 16:25:45 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2024-01-20 16:25:45 +0000 devfs(5): Fix a typo in a source code comment - s/interpeted/interpreted/ MFC after: 3 days --- 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?202401201626.40KGQvX7035960>