summaryrefslogtreecommitdiff
path: root/source/slang/compiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/compiler.h')
-rw-r--r--source/slang/compiler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/compiler.h b/source/slang/compiler.h
index 49d777931..d3b872054 100644
--- a/source/slang/compiler.h
+++ b/source/slang/compiler.h
@@ -265,7 +265,7 @@ namespace Slang
/// Get the module that contains the entry point.
Module* getModule();
- /// Get the linkage that contains the module for this entry pooint.
+ /// Get the linkage that contains the module for this entry point.
Linkage* getLinkage();
/// Get a list of modules that this entry point depends on.