diff --git a/clang/docs/LanguageExtensions.rst b/clang/docs/LanguageExtensions.rst index cc5f1d4ddf447..e020710c7aa4f 100644 --- a/clang/docs/LanguageExtensions.rst +++ b/clang/docs/LanguageExtensions.rst @@ -3641,7 +3641,7 @@ program location should be executed. It is expected to be used to implement `_ intrinsic. -The ``__builtin_allow_runtime_check()`` can be used within constrol structures +The ``__builtin_allow_runtime_check()`` can be used within control structures like ``if`` to guard expensive runtime checks. The return value is determined by the following compiler options and may differ per call site: