summaryrefslogtreecommitdiff
path: root/sys/fs
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2022-08-07 11:06:18 +0000
committerandvar <andvar@NetBSD.org>2022-08-07 11:06:18 +0000
commita4f95a9c3db799b8a11dd5b922a217fa3f6d5b3c (patch)
tree3f5bf3a4e85533198becae6775237f2bbae26d29 /sys/fs
parent5e6b415fa3a3e4cafc7e5fea05ccf59a10201f29 (diff)
fix various typos in comments, documentation and messages.
mainly s/paramater/parameter/ and s/reduntant/redundant/.
Diffstat (limited to 'sys/fs')
-rw-r--r--sys/fs/udf/udf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/fs/udf/udf.h b/sys/fs/udf/udf.h
index 93806158a09..5b9773dd9e1 100644
--- a/sys/fs/udf/udf.h
+++ b/sys/fs/udf/udf.h
@@ -1,4 +1,4 @@
-/* $NetBSD: udf.h,v 1.53 2022/04/16 18:15:22 andvar Exp $ */
+/* $NetBSD: udf.h,v 1.54 2022/08/07 11:06:19 andvar Exp $ */
/*
* Copyright (c) 2006, 2008 Reinoud Zandijk
@@ -276,7 +276,7 @@ struct udf_mount {
struct pri_vol_desc *primary_vol; /* identification */
struct logvol_desc *logical_vol; /* main mapping v->p */
struct unalloc_sp_desc *unallocated; /* free UDF space */
- struct impvol_desc *implementation; /* likely reduntant */
+ struct impvol_desc *implementation; /* likely redundant */
struct logvol_int_desc *logvol_integrity; /* current integrity */
struct part_desc *partitions[UDF_PARTITIONS]; /* partitions */
/* logvol_info is derived; points *into* other structures */