From f3346d6345279f1c234c000a43a2e735da1d0d69 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Thu, 27 Nov 2025 14:55:49 +0000 Subject: [PATCH] gccrs: Fix comment typos in rust-macro-expand.h gcc/rust/ChangeLog: * expand/rust-macro-expand.h: Fix typos in comment. --- gcc/rust/expand/rust-macro-expand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/rust/expand/rust-macro-expand.h b/gcc/rust/expand/rust-macro-expand.h index c3d5e7d6f80a..0e79466925e0 100644 --- a/gcc/rust/expand/rust-macro-expand.h +++ b/gcc/rust/expand/rust-macro-expand.h @@ -358,7 +358,7 @@ struct MacroExpander * * @param parser Parser to use for matching * @param rep Repetition to try and match - * @param match_amount Reference in which to store the ammount of succesful + * @param match_amount Reference in which to store the amount of successful * and valid matches * * @param lo_bound Lower bound of the matcher. When specified, the matcher