diff options
| author | andvar <andvar@NetBSD.org> | 2022-04-04 19:33:44 +0000 |
|---|---|---|
| committer | andvar <andvar@NetBSD.org> | 2022-04-04 19:33:44 +0000 |
| commit | 753f02d291ad2a0d00db3c459b65898c4d50ead6 (patch) | |
| tree | 956caaf6aa4b24e549ebf93ac21c191a021ef907 /sys/fs | |
| parent | f248f2df47936a7a37bec34bdb5500f3322dab67 (diff) | |
fix various typos, mainly in comments.
Diffstat (limited to 'sys/fs')
| -rw-r--r-- | sys/fs/adosfs/advnops.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/fs/adosfs/advnops.c b/sys/fs/adosfs/advnops.c index 1160f21417d..77b679c3552 100644 --- a/sys/fs/adosfs/advnops.c +++ b/sys/fs/adosfs/advnops.c @@ -1,4 +1,4 @@ -/* $NetBSD: advnops.c,v 1.58 2022/03/27 17:10:55 christos Exp $ */ +/* $NetBSD: advnops.c,v 1.59 2022/04/04 19:33:45 andvar Exp $ */ /* * Copyright (c) 1994 Christian E. Hopps @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: advnops.c,v 1.58 2022/03/27 17:10:55 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: advnops.c,v 1.59 2022/04/04 19:33:45 andvar Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -169,7 +169,7 @@ adosfs_getattr(void *v) vap->va_nlink = 1 + (ap->linkto != 0); /* * round up to nearest blocks add number of file list - * blocks needed and mutiply by number of bytes per block. + * blocks needed and multiply by number of bytes per block. */ fblks = howmany(ap->fsize, amp->dbsize); fblks += howmany(fblks, ANODENDATBLKENT(ap)); |
