[clang] 68d2656 - [clang][NFC][docs] Fix typo in LanguageExtensions (#121576)
via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 3 07:15:31 PST 2025
Author: Fabian Ritter
Date: 2025-01-03T16:15:27+01:00
New Revision: 68d265666e708bad1c63b419b6275aaba1a7dcd2
URL: https://github.com/llvm/llvm-project/commit/68d265666e708bad1c63b419b6275aaba1a7dcd2
DIFF: https://github.com/llvm/llvm-project/commit/68d265666e708bad1c63b419b6275aaba1a7dcd2.diff
LOG: [clang][NFC][docs] Fix typo in LanguageExtensions (#121576)
Added:
Modified:
clang/docs/LanguageExtensions.rst
Removed:
################################################################################
diff --git a/clang/docs/LanguageExtensions.rst b/clang/docs/LanguageExtensions.rst
index cc5f1d4ddf4477..e020710c7aa4f5 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
<https://llvm.org/docs/LangRef.html#llvm-allow-runtime-check-intrinsic>`_
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
diff er per call site:
More information about the cfe-commits
mailing list