Skip to content

Commit

Permalink
Fixed up comment to make the intention clearer.
Browse files Browse the repository at this point in the history
(Internal change: 2097801)
  • Loading branch information
c64kernal authored and pixar-oss committed Sep 14, 2020
1 parent 546fb82 commit 533030f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pxr/imaging/hd/renderIndex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1242,8 +1242,8 @@ HdRenderIndex::SyncAll(HdTaskSharedPtrVector *tasks,
if (taskMapIt != _taskMap.end()) {
_TaskInfo &taskInfo = taskMapIt->second;

// If in the task is in the render index, then we have to
// possibility that the task pass in points to a
// If the task is in the render index, then we have the
// possibility that the task passed in points to a
// different instance than the one stored in the render index
// even though they have the same id.
//
Expand Down

0 comments on commit 533030f

Please sign in to comment.