summaryrefslogtreecommitdiffstats
path: root/source/core
diff options
context:
space:
mode:
Diffstat (limited to 'source/core')
-rw-r--r--source/core/slang-shared-library.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/core/slang-shared-library.h b/source/core/slang-shared-library.h
index e48162ebd..675ee5cae 100644
--- a/source/core/slang-shared-library.h
+++ b/source/core/slang-shared-library.h
@@ -122,7 +122,7 @@ public:
/// Function to replace the the path with entryString
static Result replace(const char* pathIn, const String& entryString, SharedLibrary::Handle& handleOut);
- /// Function to change the path using the entryStrinct
+ /// Function to change the path using the entryString
static Result changePath(const char* pathIn, const String& entryString, SharedLibrary::Handle& handleOut);
void addEntry(const String& libName, Func func, const String& entryString) { m_entryMap.Add(libName, Entry{ func, entryString} ); }