From b28858717f3fd5cd040bc40f2d352431be9bb71d Mon Sep 17 00:00:00 2001 From: Zoltan Somogyi Date: Tue, 24 Feb 2026 01:51:26 +1100 Subject: [PATCH] Fix wording of an informational message. --- compiler/hlds_call_tree.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/hlds_call_tree.m b/compiler/hlds_call_tree.m index 3f40968f0..0cd6d2530 100644 --- a/compiler/hlds_call_tree.m +++ b/compiler/hlds_call_tree.m @@ -1271,8 +1271,8 @@ construct_movability_report(ModuleInfo, Report, InfoSpec) :- type_name_set_to_line_pieces(InInterfaceTypeCtorSet), MovingTypePieces = [words("Moving these types to a new module would require"), - words("current module to import the new module in its interface"), - words("to get access to")] ++ + words("the current module to import the new module"), + words("in its interface to get access to")] ++ InInterfaceTypeCtorPieces ),