diff options
| author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2024-12-03 02:47:52 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-02 11:47:52 -0800 |
| commit | c8f8f73a8e5506a45ddc86dafaad99a024d83361 (patch) | |
| tree | 888ee495ab273325679bba3e7bff8f0e1c5cccf0 /include/slang-deprecated.h | |
| parent | eaa8dcfcc9deabb906cc09bf31fc17ab6f343ff4 (diff) | |
includes: Reduce typo count (#5710)
Co-authored-by: Yong He <yonghe@outlook.com>
Diffstat (limited to 'include/slang-deprecated.h')
| -rw-r--r-- | include/slang-deprecated.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/slang-deprecated.h b/include/slang-deprecated.h index 3ce8f61bc..82d81af75 100644 --- a/include/slang-deprecated.h +++ b/include/slang-deprecated.h @@ -101,7 +101,7 @@ extern "C" int targetIndex, bool val); - /*! @see slang::ICompileRequest::setIngoreCapabilityCheck */ + /*! @see slang::ICompileRequest::setIgnoreCapabilityCheck */ SLANG_API void spSetIgnoreCapabilityCheck(slang::ICompileRequest* request, bool val); /*! @see slang::ICompileRequest::setCodeGenTarget */ @@ -936,11 +936,11 @@ extern "C" /// Count should *NOT* include terminating zero. SLANG_API SlangUInt32 spComputeStringHash(const char* chars, size_t count); - /// Get a type layout representing reflection information for the global-scope prameters. + /// Get a type layout representing reflection information for the global-scope parameters. SLANG_API SlangReflectionTypeLayout* spReflection_getGlobalParamsTypeLayout( SlangReflection* reflection); - /// Get a variable layout representing reflection information for the global-scope prameters. + /// Get a variable layout representing reflection information for the global-scope parameters. SLANG_API SlangReflectionVariableLayout* spReflection_getGlobalParamsVarLayout( SlangReflection* reflection); @@ -1409,7 +1409,7 @@ struct ICompileRequest : public ISlangUnknown virtual SLANG_NO_THROW void const* SLANG_MCALL getCompileRequestCode(size_t* outSize) = 0; /** Get the compilation result as a file system. - The result is not written to the actual OS file system, but is made avaiable as an + The result is not written to the actual OS file system, but is made available as an in memory representation. */ virtual SLANG_NO_THROW ISlangMutableFileSystem* SLANG_MCALL |
