diff options
| author | Jeff Davis <jdavis@postgresql.org> | 2025-10-26 12:31:50 -0700 |
|---|---|---|
| committer | Jeff Davis <jdavis@postgresql.org> | 2025-10-26 12:31:50 -0700 |
| commit | 371a302eecdc82274b0ae2967d18fd726a0aa6a1 (patch) | |
| tree | 2f8f54bf79421ae8735083116fada2d8bae4a46b /src/backend/utils/adt/pg_locale_libc.c | |
| parent | 39dcfda2d23ac39f14ecf4b83e01eae85d07d9e5 (diff) | |
Comment typo fixes: pg_wchar_t should be pg_wchar.
Reported-by: Thomas Munro <thomas.munro@gmail.com>
Discussion: https://postgr.es/m/CA+hUKGJ5Xh0KxLYXDZuPvw1_fHX=yuzb4xxtam1Cr6TPZZ1o+w@mail.gmail.com
Diffstat (limited to 'src/backend/utils/adt/pg_locale_libc.c')
| -rw-r--r-- | src/backend/utils/adt/pg_locale_libc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/adt/pg_locale_libc.c b/src/backend/utils/adt/pg_locale_libc.c index 19a50662398..7ae778dc296 100644 --- a/src/backend/utils/adt/pg_locale_libc.c +++ b/src/backend/utils/adt/pg_locale_libc.c @@ -1144,7 +1144,7 @@ wcstombs_l(char *dest, const wchar_t *src, size_t n, locale_t loc) #endif /* - * These functions convert from/to libc's wchar_t, *not* pg_wchar_t. + * These functions convert from/to libc's wchar_t, *not* pg_wchar. * Therefore we keep them here rather than with the mbutils code. */ |
