mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-12 12:26:29 +00:00
Fix a typo.
compiler/module_qual.qual_errors.m: Add a missing comment start.
This commit is contained in:
@@ -352,7 +352,7 @@ report_invalid_user_inst(_SymName, _Insts, ErrorContext, !Specs) :-
|
||||
|
||||
warn_unused_interface_import(ParentModuleName,
|
||||
ImportedModuleName - ImportContexts, !Specs) :-
|
||||
UNUSED_IMPORT Harmonize the operation of this predicate with
|
||||
% UNUSED_IMPORT Harmonize the operation of this predicate with
|
||||
% the operation of maybe_generate_redundant_avail_warnings
|
||||
% in unused_imports.m.
|
||||
ImportContexts = one_or_more(HeadContext, TailContexts),
|
||||
|
||||
Reference in New Issue
Block a user