summaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
authorSon Ho2022-11-11 16:09:11 +0100
committerSon Ho2022-11-11 16:09:11 +0100
commitf58d3bcea55c06921ad332e6c820b96a5d9d2c37 (patch)
tree348495fe0f073ab2d24d4b13d740f7cdb2e311cc /compiler
parent8e215bb41fdc7b07078b83c6fdd704e681d943cf (diff)
Make a minor modification
Diffstat (limited to 'compiler')
-rw-r--r--compiler/Translate.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/Translate.ml b/compiler/Translate.ml
index dbf14e97..0171412b 100644
--- a/compiler/Translate.ml
+++ b/compiler/Translate.ml
@@ -675,7 +675,7 @@ let translate_module (filename : string) (dest_dir : string) (crate : A.crate) :
with End_of_file ->
close_in src;
close_out tgt;
- log#linfo (lazy ("Copied: " ^ tgt_filename))
+ log#linfo (lazy ("Copied: " ^ tgt_filename))
in
(* Extract the file(s) *)