Skip to content

Commit b665269

Browse files
author
thk123
committed
Correcting path to a file
PR 1822 moved this file into langapi, updated the comment (and removed the erroneous s at the end of the file name).
1 parent f9b9599 commit b665269

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
@@ -18,7 +18,7 @@
1818
/// access to goto programs while they are still under construction.
1919
/// The intended workflow:
2020
/// 1. The front-end registers the functions that are potentially
21-
/// available, probably by use of util/language_files.h
21+
/// available, probably by use of langapi/language_file.h
2222
/// 2. The main function registers functions that should be run on
2323
/// each program, in sequence, after it is converted.
2424
/// 3. Analyses will then access functions using the `at` function

0 commit comments

Comments
 (0)