Skip to content

Commit

Permalink
fuzzgen: Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Jamey Sharp <jamey@minilop.net>
  • Loading branch information
afonso360 and jameysharp authored Feb 18, 2023
1 parent 263b973 commit f136708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cranelift/filetests/src/function_runner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ impl TestFileCompiler {
Self::with_host_isa(flags)
}

/// Declares and compiles all functions in `functions`. Additionaly creates a trampoline for
/// Declares and compiles all functions in `functions`. Additionally creates a trampoline for
/// each one of them.
pub fn add_functions(&mut self, functions: &[Function]) -> Result<()> {
// Declare all functions in the file, so that they may refer to each other.
Expand Down

0 comments on commit f136708

Please sign in to comment.