diff options
Diffstat (limited to 'src/include/pathcoll.h')
| -rwxr-xr-x | src/include/pathcoll.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/pathcoll.h b/src/include/pathcoll.h index f1a0b93e..5b730d34 100755 --- a/src/include/pathcoll.h +++ b/src/include/pathcoll.h @@ -1,7 +1,7 @@ #ifndef __PATHCOLL_H_ #define __PATHCOLL_H_ -// utility to handle path collection (like BOX86_PATH or BOX86_LD_LIBRARY_PATH) +// utility to handle path collection (like BOX64_PATH or BOX64_LD_LIBRARY_PATH) // paths can be resized with realloc, so don't take address as invariant typedef struct path_collection_s |