https://github.com/vbvictor created 
https://github.com/llvm/llvm-project/pull/166075

None

>From 91224b201d11bb18b2ffb994377238a5ce26e201 Mon Sep 17 00:00:00 2001
From: Victor Baranov <[email protected]>
Date: Sun, 2 Nov 2025 19:09:46 +0300
Subject: [PATCH] [clang] Fix typo in EmbedParameters (NFC)

---
 clang/include/clang/Lex/PPEmbedParameters.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/clang/include/clang/Lex/PPEmbedParameters.h 
b/clang/include/clang/Lex/PPEmbedParameters.h
index c4fb8d02f6f35..41a69664df366 100644
--- a/clang/include/clang/Lex/PPEmbedParameters.h
+++ b/clang/include/clang/Lex/PPEmbedParameters.h
@@ -6,7 +6,7 @@
 //
 
//===----------------------------------------------------------------------===//
 //
-// Defines all of the preprocessor directive parmeters for #embed
+// Defines all of the preprocessor directive parameters for #embed
 //
 
//===----------------------------------------------------------------------===//
 

_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to