Fix a typo.

compiler/module_qual.qual_errors.m:
   Add a missing comment start.
This commit is contained in:
Julien Fischer
2018-10-31 08:45:32 +00:00
parent b51e7322d0
commit 01087b8ed1

View File

@@ -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),