Skip to content

[libc] Added closing quote #145101

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 20, 2025
Merged

[libc] Added closing quote #145101

merged 1 commit into from
Jun 20, 2025

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
Jaddyen pushed a commit to Jaddyen/llvm-project that referenced this pull request Jun 23, 2025
Error message was missing a closing quote, added it.

Co-authored-by: Sriya Pratipati <[email protected]>
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