Author: Baranov Victor
Date: 2025-11-03T00:29:03+03:00
New Revision: dfbb515b5dc25fcec3e95b4ec949effec3ffa33d

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

LOG: [clang] Fix typo in EmbedParameters (NFC) (#166075)

Added: 
    

Modified: 
    clang/include/clang/Lex/PPEmbedParameters.h

Removed: 
    


################################################################################
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