[clang] a2f8407 - [NFC] Fixes a documentation typo.

Mark de Wever via cfe-commits cfe-commits at lists.llvm.org
Sun Oct 18 04:49:16 PDT 2020


Author: Mark de Wever
Date: 2020-10-18T13:48:48+02:00
New Revision: a2f8407801dcf0c0933f68ab28426928d2ca1fea

URL: https://github.com/llvm/llvm-project/commit/a2f8407801dcf0c0933f68ab28426928d2ca1fea
DIFF: https://github.com/llvm/llvm-project/commit/a2f8407801dcf0c0933f68ab28426928d2ca1fea.diff

LOG: [NFC] Fixes a documentation typo.

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 babb7cd05a80..43ca7dd7424f 100644
--- a/clang/include/clang/Basic/AttrDocs.td
+++ b/clang/include/clang/Basic/AttrDocs.td
@@ -1902,7 +1902,7 @@ Clang supports the ``__attribute__((preserve_access_index))``
 attribute for the BPF target. This attribute may be attached to a
 struct or union declaration, where if -g is specified, it enables
 preserving struct or union member access debuginfo indices of this
-struct or union, similar to clang ``__builtin_preserve_acceess_index()``.
+struct or union, similar to clang ``__builtin_preserve_access_index()``.
   }];
 }
 


        


More information about the cfe-commits mailing list