From 413aa5a0f9d92bfaecf4b8c3fad357812847695d Mon Sep 17 00:00:00 2001 From: jsmall-nvidia Date: Wed, 27 Feb 2019 16:18:06 -0500 Subject: Make sure sourceManager is initialized on DiagnosticSink. (#868) Typo fix. --- source/slang/compiler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/slang/compiler.h') 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. -- cgit v1.2.3