aboutsummaryrefslogtreecommitdiff
path: root/libshaderc_util/include/libshaderc_util/file_finder.h
diff options
context:
space:
mode:
Diffstat (limited to 'libshaderc_util/include/libshaderc_util/file_finder.h')
-rw-r--r--libshaderc_util/include/libshaderc_util/file_finder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libshaderc_util/include/libshaderc_util/file_finder.h b/libshaderc_util/include/libshaderc_util/file_finder.h
index 2c1c9d1..a5f91cf 100644
--- a/libshaderc_util/include/libshaderc_util/file_finder.h
+++ b/libshaderc_util/include/libshaderc_util/file_finder.h
@@ -27,7 +27,7 @@ class FileFinder {
// non-empty. The search is attempted on filename prefixed by each element of
// search_path() in turn. The first hit is returned, or an empty string if
// there are no hits. Search attempts treat their argument the way
- // std::fopen() treats its filename argument, blind to whether the path is
+ // std::fopen() treats its filename argument, ignoring whether the path is
// absolute or relative.
//
// If a search_path() element is non-empty and not ending in a slash, then a