Module Name:    src
Committed By:   thorpej
Date:           Sat Jun  6 22:23:31 UTC 2020

Modified Files:
        src/common/lib/libprop: prop_number.c

Log Message:
Correct a deprecation warning.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/common/lib/libprop/prop_number.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/common/lib/libprop/prop_number.c
diff -u src/common/lib/libprop/prop_number.c:1.32 src/common/lib/libprop/prop_number.c:1.33
--- src/common/lib/libprop/prop_number.c:1.32	Sat Jun  6 21:25:59 2020
+++ src/common/lib/libprop/prop_number.c	Sat Jun  6 22:23:31 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: prop_number.c,v 1.32 2020/06/06 21:25:59 thorpej Exp $	*/
+/*	$NetBSD: prop_number.c,v 1.33 2020/06/06 22:23:31 thorpej Exp $	*/
 
 /*-
  * Copyright (c) 2006, 2020 The NetBSD Foundation, Inc.
@@ -366,7 +366,7 @@ prop_number_create_unsigned(uintmax_t va
 }
 
 _PROP_DEPRECATED(prop_number_create_unsigned_integer,
-    "this program uses prop_number_create_uinteger(), "
+    "this program uses prop_number_create_unsigned_integer(), "
     "which is deprecated; use prop_number_create_unsigned() instead.")
 prop_number_t
 prop_number_create_unsigned_integer(uint64_t val)

Reply via email to