Skip to content

Commit d03dcf6

Browse files
authored
[NFC] Fixed two typos: "__builin_" --> "__builtin_" (#98782)
Fixed two typos: 1. `__builin_va_list` --> `__builtin_va_list` 2. `__builin_suspend` --> `__builtin_suspend`
1 parent 66ab4b8 commit d03dcf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/docs/LanguageExtensions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3987,7 +3987,7 @@ ellipsis (``...``) in the function signature. Alternatively, in C23 mode or
39873987
later, it may be the integer literal ``0`` if there is no parameter preceding
39883988
the ellipsis. This function initializes the given ``__builtin_va_list`` object.
39893989
It is undefined behavior to call this function on an already initialized
3990-
``__builin_va_list`` object.
3990+
``__builtin_va_list`` object.
39913991
39923992
* ``void __builtin_va_end(__builtin_va_list list)``
39933993
@@ -4321,7 +4321,7 @@ an appropriate value during the emission.
43214321
43224322
Note that there is no builtin matching the `llvm.coro.save` intrinsic. LLVM
43234323
automatically will insert one if the first argument to `llvm.coro.suspend` is
4324-
token `none`. If a user calls `__builin_suspend`, clang will insert `token none`
4324+
token `none`. If a user calls `__builtin_suspend`, clang will insert `token none`
43254325
as the first argument to the intrinsic.
43264326
43274327
Source location builtins

0 commit comments

Comments
 (0)