[libc-commits] [libc] 4c97a91 - [libc] Added closing quote (#145101)

via libc-commits libc-commits at lists.llvm.org
Fri Jun 20 14:00:59 PDT 2025


Author: sribee8
Date: 2025-06-20T21:00:56Z
New Revision: 4c97a91dc085fba40e5a86c4da8feeffd15b1f8a

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

LOG: [libc] Added closing quote (#145101)

Error message was missing a closing quote, added it.

Co-authored-by: Sriya Pratipati <sriyap at google.com>

Added: 
    

Modified: 
    libc/hdr/types/mbstate_t.h

Removed: 
    


################################################################################
diff  --git a/libc/hdr/types/mbstate_t.h b/libc/hdr/types/mbstate_t.h
index 367c6af7a3ffb..d8fadceaaac8d 100644
--- a/libc/hdr/types/mbstate_t.h
+++ b/libc/hdr/types/mbstate_t.h
@@ -15,7 +15,7 @@
 
 #else // Overlay mode
 
-#error "Cannot overlay mbstate_t
+#error "Cannot overlay mbstate_t"
 
 #endif // LLVM_LIBC_FULL_BUILD
 


        


More information about the libc-commits mailing list