Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 2850db9

Browse files
RalfJungoli-obk
andauthored
typo
Co-authored-by: Oli Scherer <[email protected]>
1 parent d260dff commit 2850db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui_test/src/parser.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ impl Comments {
184184
self.error_pattern = Some((args.trim().to_string(), l));
185185
}
186186
"stderr-per-bitwidth" => {
187-
// args are ignored (can be sue as comment)
187+
// args are ignored (can be used as comment)
188188
ensure!(!self.stderr_per_bitwidth, "cannot specifiy stderr-per-bitwidth twice");
189189
self.stderr_per_bitwidth = true;
190190
}

0 commit comments

Comments
 (0)