Skip to content

Commit

Permalink
Fix typo in the comments #55
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienblor committed Nov 22, 2022
1 parent 8cb2d9c commit b96ef16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ndr/parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ void _ReadShaderAttribute(const UsdAttribute &attr, NdrPropertyUniquePtrVec &pro
NdrTokenMap metadata;
NdrTokenMap hints;

// For enum attributres, all enum fields should be set as "options"
// For enum attributes, all enum fields should be set as "options"
// to this attribute
NdrOptionVec options;
auto it = customData.find(_tokens->enumValues);
Expand Down

0 comments on commit b96ef16

Please sign in to comment.