From 9900acacfb3ff2bc5c957aeb84225c29aa1b74fc Mon Sep 17 00:00:00 2001 From: Vy Nguyen Date: Fri, 21 Jan 2022 10:17:28 -0500 Subject: [PATCH] [libcxx][doc][nfc] Fixed typo in doc --- libcxx/docs/DesignDocs/UniquePtrTrivialAbi.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcxx/docs/DesignDocs/UniquePtrTrivialAbi.rst b/libcxx/docs/DesignDocs/UniquePtrTrivialAbi.rst index a0f260a44e81..1af0b3426366 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: