summaryrefslogtreecommitdiff
path: root/source/slang/compiler.h
diff options
context:
space:
mode:
authorjsmall-nvidia <jsmall@nvidia.com>2019-02-27 16:18:06 -0500
committerGitHub <noreply@github.com>2019-02-27 16:18:06 -0500
commit413aa5a0f9d92bfaecf4b8c3fad357812847695d (patch)
tree9e715536732f5cbefb57e4059577a5fd5a4f6b9c /source/slang/compiler.h
parenteee68205636f26ac8060dbb2b1725fd3c80e54a8 (diff)
Make sure sourceManager is initialized on DiagnosticSink. (#868)
Typo fix.
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.