aboutsummaryrefslogtreecommitdiff
path: root/libc/include
diff options
context:
space:
mode:
authorlntue <35648136+lntue@users.noreply.github.com>2024-02-14 14:44:09 -0500
committerGitHub <noreply@github.com>2024-02-14 14:44:09 -0500
commit1301bc46aea14297478bd13bcacff429e2a18c04 (patch)
treea4d88d3a51975e01aafa7acb3f5f40b9611df6ba /libc/include
parentd592c8ec8f7138dcbde6f0890d048e59cba95041 (diff)
downloadllvm-1301bc46aea14297478bd13bcacff429e2a18c04.zip
llvm-1301bc46aea14297478bd13bcacff429e2a18c04.tar.gz
llvm-1301bc46aea14297478bd13bcacff429e2a18c04.tar.bz2
[libc] Add is_fixed_point type trait. (#81263)
Diffstat (limited to 'libc/include')
-rw-r--r--libc/include/llvm-libc-macros/stdfix-macros.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/include/llvm-libc-macros/stdfix-macros.h b/libc/include/llvm-libc-macros/stdfix-macros.h
index 7cb74ad..9c83dbc 100644
--- a/libc/include/llvm-libc-macros/stdfix-macros.h
+++ b/libc/include/llvm-libc-macros/stdfix-macros.h
@@ -11,7 +11,7 @@
#ifdef __clang__
#if (!defined(__cplusplus) || (__clang_major__ >= 18))
-// _Fract and _Accum types are avaiable
+// _Fract and _Accum types are available
#define LIBC_COMPILER_HAS_FIXED_POINT
#endif // __cplusplus
#endif // __clang__