diff --git a/ndr/parser.cpp b/ndr/parser.cpp index 4cbc587ab0..4c150531b7 100644 --- a/ndr/parser.cpp +++ b/ndr/parser.cpp @@ -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);