summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMatthew Fernandez <matthew.fernandez@gmail.com>2019-08-06 04:29:01 (GMT)
committerMatthew Fernandez <matthew.fernandez@gmail.com>2019-08-06 04:29:01 (GMT)
commit43b9f499a2068006a613ab19955482157eb8f52f (patch)
treefa13283a4bfbb85fd1c0e1d4b88f08914240a05c /src
parent75bd5c41785e9ea2bcd5e2ffda575d660a1c9dae (diff)
downloadCastXML-43b9f499a2068006a613ab19955482157eb8f52f.zip
CastXML-43b9f499a2068006a613ab19955482157eb8f52f.tar.gz
CastXML-43b9f499a2068006a613ab19955482157eb8f52f.tar.bz2
Utils: Fix trivial comment typo
Diffstat (limited to 'src')
-rw-r--r--src/Utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Utils.h b/src/Utils.h
index 0add717..df0040e 100644
--- a/src/Utils.h
+++ b/src/Utils.h
@@ -18,7 +18,7 @@
#include <string>
-/// findResources - Call from main() to find resources
+/// findResourceDir - Call from main() to find resources
/// relative to the executable. On success returns true.
/// On failure returns false and stores a message in the stream.
bool findResourceDir(const char* argv0, std::ostream& error);