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

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


https://github.com/sribee8 created https://github.com/llvm/llvm-project/pull/145101

Error message was missing a closing quote, added it.

>From 18984e556058909203c4fb841d4878b4dc6979d5 Mon Sep 17 00:00:00 2001
From: Sriya Pratipati <sriyap at google.com>
Date: Fri, 20 Jun 2025 20:59:32 +0000
Subject: [PATCH] [libc] Added closing quote

Error message was missing a closing quote, added it.
---
 libc/hdr/types/mbstate_t.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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