git: 2929eb93f335 - stable/15 - strfmon: Fix typo s/poistion/position/
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 Dec 2025 02:38:05 UTC
The branch stable/15 has been updated by jlduran:
URL: https://cgit.FreeBSD.org/src/commit/?id=2929eb93f33553eb7c9e037b6f2081d3d6675628
commit 2929eb93f33553eb7c9e037b6f2081d3d6675628
Author: Jose Luis Duran <jlduran@FreeBSD.org>
AuthorDate: 2025-11-23 16:58:55 +0000
Commit: Jose Luis Duran <jlduran@FreeBSD.org>
CommitDate: 2025-12-03 02:28:06 +0000
strfmon: Fix typo s/poistion/position/
MFC after: 1 week
(cherry picked from commit 91e7f19ec4056587a85c1461a4f34a6d5d4b7b52)
---
lib/libc/stdlib/strfmon.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/libc/stdlib/strfmon.c b/lib/libc/stdlib/strfmon.c
index 68a36a6d5567..230d194233f5 100644
--- a/lib/libc/stdlib/strfmon.c
+++ b/lib/libc/stdlib/strfmon.c
@@ -106,7 +106,7 @@ vstrfmon_l(char *__restrict s, size_t maxsize, locale_t loc,
const char *__restrict format, va_list ap)
{
char *dst; /* output destination pointer */
- const char *fmt; /* current format poistion pointer */
+ const char *fmt; /* current format position pointer */
struct lconv *lc; /* pointer to lconv structure */
char *asciivalue; /* formatted double pointer */