[libcxx-commits] [libcxx] d04c019 - [NFC][libc++] Fixes double space in comment.

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Thu Nov 16 05:09:56 PST 2023


Author: Mark de Wever
Date: 2023-11-16T14:09:18+01:00
New Revision: d04c019d284f7eabc7093ab380c3aa3321c29cf6

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

LOG: [NFC][libc++] Fixes double space in comment.

Added: 
    

Modified: 
    libcxx/include/__utility/small_buffer.h

Removed: 
    


################################################################################
diff  --git a/libcxx/include/__utility/small_buffer.h b/libcxx/include/__utility/small_buffer.h
index b029ca96c2d1cd5..f3415a5e50f9992 100644
--- a/libcxx/include/__utility/small_buffer.h
+++ b/libcxx/include/__utility/small_buffer.h
@@ -29,7 +29,7 @@
 // allow type-erasing classes like move_only_function to store small objects in a local buffer without requiring an
 // allocation.
 //
-// This small buffer class only allows storing  trivially relocatable objects inside the local storage to allow
+// This small buffer class only allows storing trivially relocatable objects inside the local storage to allow
 // __small_buffer to be trivially relocatable itself. Since the buffer doesn't know what's stored inside it, the user
 // has to manage the object's lifetime, in particular the destruction of the object.
 


        


More information about the libcxx-commits mailing list