fixed typos
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-05-02 22:47:30 +09:00
parent e28faca54e
commit 35e8edd783
92 changed files with 3380 additions and 3380 deletions

View File

@ -161,7 +161,7 @@ HAWK_EXPORT int hawk_is_bch_type (hawk_bch_t c, hawk_bch_prop_t type);
# if __has_builtin(__builtin_tolower)
# define hawk_to_bch_lower __builtin_tolower
# endif
#elif (__GNUC__ >= 14)
#elif (__GNUC__ >= 14)
# define hawk_is_bch_upper __builtin_isupper
# define hawk_is_bch_lower __builtin_islower
# define hawk_is_bch_alpha __builtin_isalpha