The branch stable/13 has been updated by jlduran:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=6cccf4db1346d64dcd8b2247e8d597e220dadf02

commit 6cccf4db1346d64dcd8b2247e8d597e220dadf02
Author:     Jose Luis Duran <[email protected]>
AuthorDate: 2025-11-23 16:58:55 +0000
Commit:     Jose Luis Duran <[email protected]>
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 */
 

Reply via email to