Tidy up a comment.

This commit is contained in:
Dan Gohman
2018-08-03 15:26:26 -07:00
parent 548c45c604
commit bba733b7a1

View File

@@ -117,10 +117,8 @@ impl<'module_environment> FuncEnvironment<'module_environment> {
}
}
/// This trait is useful for
/// `cranelift_wasm::translate_module` because it
/// tells how to translate enironment-dependent wasm instructions. These functions should not be
/// called by the user.
/// This trait is useful for `translate_module` because it tells how to translate
/// enironment-dependent wasm instructions. These functions should not be called by the user.
impl<'data, 'module> cranelift_wasm::ModuleEnvironment<'data>
for ModuleEnvironment<'data, 'module>
{