git: 6cccf4db1346 - stable/13 - strfmon: Fix typo s/poistion/position/
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 Dec 2025 02:38:50 UTC
The branch stable/13 has been updated by jlduran:
URL: https://cgit.FreeBSD.org/src/commit/?id=6cccf4db1346d64dcd8b2247e8d597e220dadf02
commit 6cccf4db1346d64dcd8b2247e8d597e220dadf02
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:35:07 +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 d3efc9080c09..caccbdb476b0 100644
--- a/lib/libc/stdlib/strfmon.c
+++ b/lib/libc/stdlib/strfmon.c
@@ -107,7 +107,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 */