================
@@ -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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to