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

Reply via email to