Skip to content

Commit 527f01f

Browse files
Minor grammar fix
Signed-off-by: Jonathan Stone <jstone@lucasfilm.com>
1 parent b218335 commit 527f01f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/MaterialXGenMdl/MdlShaderGenerator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ class MX_GENMDL_API MdlShaderGenerator : public ShaderGenerator
100100
/// Get the version number suffix appended to MDL modules that use versions.
101101
const string& getMdlVersionFilenameSuffix(GenContext& context) const;
102102

103-
/// Emit type definitions for all data types that needs it.
103+
/// Emit type definitions for all data types that need them.
104104
void emitTypeDefinitions(GenContext& context, ShaderStage& stage) const override;
105105

106106
protected:

0 commit comments

Comments
 (0)