sbc100 created this revision.
Herald added subscribers: cfe-commits, aheejin, dschuff.
Herald added a project: clang.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D76548

Files:
  clang/include/clang/Basic/AttrDocs.td


Index: clang/include/clang/Basic/AttrDocs.td
===================================================================
--- clang/include/clang/Basic/AttrDocs.td
+++ clang/include/clang/Basic/AttrDocs.td
@@ -4170,8 +4170,8 @@
   let Content = [{
 Clang supports the ``__attribute__((exported))``
 attribute for the WebAssembly target. This attribute may be attached to a
-function declaration, where it causes the be exported from the linked
-WebAssembly module.
+function declaration, where it causes the symbol to be exported from the
+linked WebAssembly module.
   }];
 }
 


Index: clang/include/clang/Basic/AttrDocs.td
===================================================================
--- clang/include/clang/Basic/AttrDocs.td
+++ clang/include/clang/Basic/AttrDocs.td
@@ -4170,8 +4170,8 @@
   let Content = [{
 Clang supports the ``__attribute__((exported))``
 attribute for the WebAssembly target. This attribute may be attached to a
-function declaration, where it causes the be exported from the linked
-WebAssembly module.
+function declaration, where it causes the symbol to be exported from the
+linked WebAssembly module.
   }];
 }
 
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to