Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/common/lib/libprop s/refrences/references/
details: https://anonhg.NetBSD.org/src/rev/d8d7cbab6a1b
branches: trunk
changeset: 368284:d8d7cbab6a1b
user: andvar <andvar%NetBSD.org@localhost>
date: Sat Jul 02 16:30:13 2022 +0000
description:
s/refrences/references/
diffstat:
common/lib/libprop/prop_dictionary.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 3e3a39534a1a -r d8d7cbab6a1b common/lib/libprop/prop_dictionary.c
--- a/common/lib/libprop/prop_dictionary.c Sat Jul 02 16:28:39 2022 +0000
+++ b/common/lib/libprop/prop_dictionary.c Sat Jul 02 16:30:13 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: prop_dictionary.c,v 1.43 2021/12/05 02:52:17 msaitoh Exp $ */
+/* $NetBSD: prop_dictionary.c,v 1.44 2022/07/02 16:30:13 andvar Exp $ */
/*-
* Copyright (c) 2006, 2007, 2020 The NetBSD Foundation, Inc.
@@ -689,7 +689,7 @@
* prop_dictionary_copy --
* Copy a dictionary. The new dictionary has an initial capacity equal
* to the number of objects stored int the original dictionary. The new
- * dictionary contains refrences to the original dictionary's objects,
+ * dictionary contains references to the original dictionary's objects,
* not copies of those objects (i.e. a shallow copy).
*/
prop_dictionary_t
Home |
Main Index |
Thread Index |
Old Index