[clang] [clang-tools-extra] [flang] [lldb] [llvm] [mlir] Fix typos: paramter, parametr, parametere (PR #134092)
Owen Pan via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 2 23:27:06 PDT 2025
================
@@ -12304,7 +12304,7 @@ TEST_F(FormatTest, UnderstandsUsesOfStarAndAmp) {
verifyIndependentOfContext("f(b * /* confusing comment */ ++c);");
verifyFormat("f(* /* confusing comment */ foo);");
verifyFormat("void (* /*deleter*/)(const Slice &key, void *value)");
- verifyFormat("void foo(int * // this is the first paramters\n"
+ verifyFormat("void foo(int * // this is the first parameters\n"
----------------
owenca wrote:
```suggestion
verifyFormat("void foo(int * // this is the first parameter\n"
```
https://github.com/llvm/llvm-project/pull/134092
More information about the llvm-commits
mailing list