[libcxx-commits] [libcxx] 9900aca - [libcxx][doc][nfc] Fixed typo in doc

Vy Nguyen via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jan 21 07:22:38 PST 2022


Author: Vy Nguyen
Date: 2022-01-21T10:17:28-05:00
New Revision: 9900acacfb3ff2bc5c957aeb84225c29aa1b74fc

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

LOG: [libcxx][doc][nfc] Fixed typo in doc

Added: 
    

Modified: 
    libcxx/docs/DesignDocs/UniquePtrTrivialAbi.rst

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/DesignDocs/UniquePtrTrivialAbi.rst b/libcxx/docs/DesignDocs/UniquePtrTrivialAbi.rst
index a0f260a44e815..1af0b34263662 100644
--- a/libcxx/docs/DesignDocs/UniquePtrTrivialAbi.rst
+++ b/libcxx/docs/DesignDocs/UniquePtrTrivialAbi.rst
@@ -36,7 +36,7 @@ Design
 ======
 
 * Annotate the two definitions of ``std::unique_ptr``  with ``clang::trivial_abi`` attribute.
-* Put the attribuate behind a flag because this change has potential compilation and runtime breakages.
+* Put the attribute behind a flag because this change has potential compilation and runtime breakages.
 
 
 This comes with some side effects:


        


More information about the libcxx-commits mailing list