From b7a619b45b0745f166d2dcc5985b994fb1d85d13 Mon Sep 17 00:00:00 2001 From: Jay Kwak <82421531+jkwak-work@users.noreply.github.com> Date: Mon, 28 Oct 2024 16:40:53 -0700 Subject: Replace the word stdlib or standard-library with core-module for source code (#5415) This commit changes the word "stdlib" or "standard library" to "core module" in the source code. --- source/slang/slang-ir.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/slang/slang-ir.cpp') diff --git a/source/slang/slang-ir.cpp b/source/slang/slang-ir.cpp index bd1a212aa..7d2a85983 100644 --- a/source/slang/slang-ir.cpp +++ b/source/slang/slang-ir.cpp @@ -377,7 +377,7 @@ namespace Slang type = rateQualType->getValueType(); } - // The "true" pointers and the pointer-like stdlib types are the easy cases. + // The "true" pointers and the pointer-like core module types are the easy cases. if( auto ptrType = as(type) ) { return ptrType->getValueType(); -- cgit v1.2.3