Skip to content

Conversation

@sribee8
Copy link
Contributor

@sribee8 sribee8 commented Jun 20, 2025

Error message was missing a closing quote, added it.

Error message was missing a closing quote, added it.
@llvmbot llvmbot added the libc label Jun 20, 2025
@llvmbot
Copy link
Member

llvmbot commented Jun 20, 2025

@llvm/pr-subscribers-libc

Author: None (sribee8)

Changes

Error message was missing a closing quote, added it.


Full diff: https://github.com/llvm/llvm-project/pull/145101.diff

1 Files Affected:

  • (modified) libc/hdr/types/mbstate_t.h (+1-1)
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
 

@sribee8 sribee8 merged commit 4c97a91 into llvm:main Jun 20, 2025
13 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants