Tidy up some documentation comments.

This commit is contained in:
Dan Gohman
2019-01-03 11:29:01 -08:00
parent 3ce2127bfa
commit c66a3c23f3
5 changed files with 6 additions and 6 deletions

View File

@@ -48,7 +48,7 @@ pub fn get_imported_memory32_size_name() -> ir::ExternalName {
ir::ExternalName::user(1, 3)
}
/// The FuncEnvironment implementation for use by the `ModuleEnvironment`.
/// The `FuncEnvironment` implementation for use by the `ModuleEnvironment`.
pub struct FuncEnvironment<'module_environment> {
/// Target-specified configuration.
target_config: TargetFrontendConfig,