Skip to content

Commit 678218a

Browse files
author
Thomas Kiley
authored
Merge pull request #1825 from thk123/refactor/corrected-path-of-language-file
Correcting path to a file
2 parents ba76a8f + b665269 commit 678218a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/goto-programs/lazy_goto_functions_map.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
/// access to goto programs while they are still under construction.
2121
/// The intended workflow:
2222
/// 1. The front-end registers the functions that are potentially
23-
/// available, probably by use of util/language_files.h
23+
/// available, probably by use of langapi/language_file.h
2424
/// 2. The main function registers functions that should be run on
2525
/// each program, in sequence, after it is converted.
2626
/// 3. Analyses will then access functions using the `at` function

0 commit comments

Comments
 (0)