[clang] 85cea77 - Typo fix; NFC
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 25 07:26:54 PDT 2020
Author: Aaron Ballman
Date: 2020-09-25T10:26:29-04:00
New Revision: 85cea77ecb7f2ca51198ec1ad1d28845e803ee32
URL: https://github.com/llvm/llvm-project/commit/85cea77ecb7f2ca51198ec1ad1d28845e803ee32
DIFF: https://github.com/llvm/llvm-project/commit/85cea77ecb7f2ca51198ec1ad1d28845e803ee32.diff
LOG: Typo fix; NFC
Added:
Modified:
clang/include/clang/Basic/AttrDocs.td
Removed:
################################################################################
diff --git a/clang/include/clang/Basic/AttrDocs.td b/clang/include/clang/Basic/AttrDocs.td
index a68d37ace089..d6c3ce50f1b1 100644
--- a/clang/include/clang/Basic/AttrDocs.td
+++ b/clang/include/clang/Basic/AttrDocs.td
@@ -379,7 +379,7 @@ that appears to be capable of returning to its caller.
def NoMergeDocs : Documentation {
let Category = DocCatFunction;
let Content = [{
-If a statement is marked ``nomerge`` and contains call experessions, those call
+If a statement is marked ``nomerge`` and contains call expressions, those call
expressions inside the statement will not be merged during optimization. This
attribute can be used to prevent the optimizer from obscuring the source
location of certain calls. For example, it will prevent tail merging otherwise
More information about the cfe-commits
mailing list