Skip to content

Commit

Permalink
Fix bad grammar in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JGamache-autodesk committed Jan 23, 2024
1 parent 796b066 commit de2230b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/mayaUsd/ufe/UsdAttributeHolder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -575,8 +575,8 @@ UsdAttributeHolder::EnumOptions UsdAttributeHolder::getEnums() const
retVal.emplace_back(token.GetString(), "");
}
}
// We might have a propagated enum copied into the created the NodeGraph port, resulting
// from connecting a shader enum property.
// We might have a propagated enum copied into the created NodeGraph port, resulting from
// connecting a shader enum property.
PXR_NS::UsdShadeNodeGraph ngPrim(_usdAttr.GetPrim());
if (ngPrim && UsdShadeInput::IsInput(_usdAttr)) {
const auto shaderInput = UsdShadeInput { _usdAttr };
Expand Down

0 comments on commit de2230b

Please sign in to comment.