summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2023-03-26 19:10:32 +0000
committerandvar <andvar@NetBSD.org>2023-03-26 19:10:32 +0000
commit7ac029eb17bf23df71a00e6e1d78c9b88cf8649f (patch)
tree4463dd9ce731a6468f302c554b4c4937b2123adf /common
parent16022694865f36f16bb4f67c61c6436585ece903 (diff)
fix various typos in documentation, comments and sysctl device description.
mainly aion -> ation and inlude -> include.
Diffstat (limited to 'common')
-rw-r--r--common/lib/libprop/prop_array.c4
-rw-r--r--common/lib/libprop/prop_array_util.34
2 files changed, 4 insertions, 4 deletions
diff --git a/common/lib/libprop/prop_array.c b/common/lib/libprop/prop_array.c
index c73996fb25d..2b6108b63ab 100644
--- a/common/lib/libprop/prop_array.c
+++ b/common/lib/libprop/prop_array.c
@@ -1,4 +1,4 @@
-/* $NetBSD: prop_array.c,v 1.21 2012/07/27 09:10:59 pooka Exp $ */
+/* $NetBSD: prop_array.c,v 1.22 2023/03/26 19:10:32 andvar Exp $ */
/*-
* Copyright (c) 2006, 2007 The NetBSD Foundation, Inc.
@@ -488,7 +488,7 @@ prop_array_count(prop_array_t pa)
/*
* prop_array_ensure_capacity --
* Ensure that the array has the capacity to store the specified
- * total number of objects (inluding the objects already stored
+ * total number of objects (including the objects already stored
* in the array).
*/
bool
diff --git a/common/lib/libprop/prop_array_util.3 b/common/lib/libprop/prop_array_util.3
index 3a2cdcf9ee2..79a25a15376 100644
--- a/common/lib/libprop/prop_array_util.3
+++ b/common/lib/libprop/prop_array_util.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: prop_array_util.3,v 1.11 2020/06/06 21:25:59 thorpej Exp $
+.\" $NetBSD: prop_array_util.3,v 1.12 2023/03/26 19:10:32 andvar Exp $
.\"
.\" Copyright (c) 2006, 2020 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -357,7 +357,7 @@ and
do not copy the data that is set or returned.
See
.Xr prop_data 3
-for more informtaion.
+for more information.
.Pp
The
.Fn prop_array_get_string ,