diff options
| author | andvar <andvar@NetBSD.org> | 2021-12-10 20:36:02 +0000 |
|---|---|---|
| committer | andvar <andvar@NetBSD.org> | 2021-12-10 20:36:02 +0000 |
| commit | ec0fc95dd18bb0e67dfbb1e4c92f0d5dcc5a8a43 (patch) | |
| tree | cadd32f9c2c615b79b2b0b7fc1ae2de385601faf /sys/fs | |
| parent | 2c650dfce1d11c9d2b90557108902fac4c2f6baf (diff) | |
s/occured/occurred/ in comments, log messages and man pages.
Diffstat (limited to 'sys/fs')
| -rw-r--r-- | sys/fs/efs/efs_subr.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/fs/efs/efs_subr.c b/sys/fs/efs/efs_subr.c index 2c29191b7f3..9364cb730e0 100644 --- a/sys/fs/efs/efs_subr.c +++ b/sys/fs/efs/efs_subr.c @@ -1,4 +1,4 @@ -/* $NetBSD: efs_subr.c,v 1.13 2020/09/07 00:11:47 christos Exp $ */ +/* $NetBSD: efs_subr.c,v 1.14 2021/12/10 20:36:04 andvar Exp $ */ /* * Copyright (c) 2006 Stephen M. Rumble <rumble@ephemeral.org> @@ -17,7 +17,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: efs_subr.c,v 1.13 2020/09/07 00:11:47 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: efs_subr.c,v 1.14 2021/12/10 20:36:04 andvar Exp $"); #include <sys/param.h> #include <sys/kauth.h> @@ -50,7 +50,7 @@ struct pool efs_inode_pool; * At some point SGI changed the checksum algorithm slightly, which can be * enabled with the 'new' flag. * - * Presumably this change occured on or before 24 Oct 1988 (around IRIX 3.1), + * Presumably this change occurred on or before 24 Oct 1988 (around IRIX 3.1), * so we're pretty unlikely to ever actually see an old checksum. Further, it * means that EFS_NEWMAGIC filesystems (IRIX >= 3.3) must match the new * checksum whereas EFS_MAGIC filesystems could potentially use either |
