diff --git a/tests/run-make/c-link-to-rust-va-list-fn/rmake.rs b/tests/run-make/c-link-to-rust-va-list-fn/rmake.rs index d8d0e064c6080..36c31f973c6c7 100644 --- a/tests/run-make/c-link-to-rust-va-list-fn/rmake.rs +++ b/tests/run-make/c-link-to-rust-va-list-fn/rmake.rs @@ -1,5 +1,5 @@ // test.c and its static library checkrust.rs make use of variadic functions (VaList). -// This test checks that the use of this feature does not +// This test checks that the use of this feature does not // prevent the creation of a functional binary. // See https://github.com/rust-lang/rust/pull/49878