Skip to content

Commit f3ba667

Browse files
author
Jeremie Dimino
committed
fix typo in ocamldep
1 parent ca7721e commit f3ba667

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/ocamldep.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ let file_dependencies source_file =
392392

393393
let file_dependencies_as kind =
394394
match kind with
395-
| ML -> process_file_as mli_file_dependencies ()
395+
| ML -> process_file_as ml_file_dependencies ()
396396
| MLI -> process_file_as mli_file_dependencies ()
397397

398398
let sort_files_by_dependencies files =

0 commit comments

Comments
 (0)