[Midnightbsd-cvs] src [12036] trunk/lib/libmport/util.c: fix a typo
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Fri Sep 14 08:14:31 EDT 2018
Revision: 12036
http://svnweb.midnightbsd.org/src/?rev=12036
Author: laffer1
Date: 2018-09-14 08:14:28 -0400 (Fri, 14 Sep 2018)
Log Message:
-----------
fix a typo
Modified Paths:
--------------
trunk/lib/libmport/util.c
Modified: trunk/lib/libmport/util.c
===================================================================
--- trunk/lib/libmport/util.c 2018-09-12 13:57:50 UTC (rev 12035)
+++ trunk/lib/libmport/util.c 2018-09-14 12:14:28 UTC (rev 12036)
@@ -351,7 +351,7 @@
* mport_parselist(input, string_array_pointer)
*
* hacks input into sub strings by whitespace. Allocates a chunk or memory
- * for a array of those strings, and sets the pointer you pass to refernce
+ * for a array of those strings, and sets the pointer you pass to reference
* that memory
*
* char input[] = "foo bar baz"
More information about the Midnightbsd-cvs
mailing list