Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libm/src s/argumetn/argument/ in comment.
details: https://anonhg.NetBSD.org/src/rev/93789a2d4ec5
branches: trunk
changeset: 1026681:93789a2d4ec5
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Sun Dec 05 04:22:50 2021 +0000
description:
s/argumetn/argument/ in comment.
diffstat:
lib/libm/src/s_fabsl.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 0c2e208d6497 -r 93789a2d4ec5 lib/libm/src/s_fabsl.c
--- a/lib/libm/src/s_fabsl.c Sun Dec 05 04:21:31 2021 +0000
+++ b/lib/libm/src/s_fabsl.c Sun Dec 05 04:22:50 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: s_fabsl.c,v 1.3 2013/11/29 22:16:10 joerg Exp $ */
+/* $NetBSD: s_fabsl.c,v 1.4 2021/12/05 04:22:50 msaitoh Exp $ */
/*-
* Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -26,14 +26,14 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: s_fabsl.c,v 1.3 2013/11/29 22:16:10 joerg Exp $");
+__RCSID("$NetBSD: s_fabsl.c,v 1.4 2021/12/05 04:22:50 msaitoh Exp $");
#include <math.h>
#include <machine/ieee.h>
/*
* fabsl(long double x)
- * This function returns the absolute value of its argumetn x, |x|.
+ * This function returns the absolute value of its argument x, |x|.
*/
#ifdef __HAVE_LONG_DOUBLE
long double
Home |
Main Index |
Thread Index |
Old Index