[usd] Fix comment typo.
authorrajabala <rajabala@users.noreply.github.com>
Mon, 22 Jan 2024 22:36:58 +0000 (14:36 -0800)
committerpixar-oss <pixar-oss@users.noreply.github.com>
Mon, 22 Jan 2024 23:03:27 +0000 (15:03 -0800)
(Internal change: 2312773)

pxr/usd/usd/collectionMembershipQuery.h

index 0c75803ad3269b419a3877ff8e4434f9bfd2c0bd..aff4e6dd4e16f2908b35269bff64835c88d687bb 100644 (file)
@@ -388,7 +388,7 @@ public:
     /// was default constructed.
     UsdStageWeakPtr const &GetStage() const { return _stage; }
 
-    /// Return the result of evaluating the expression against \p object.
+    /// Return the result of evaluating the expression against \p path.
     USD_API
     SdfPredicateFunctionResult
     Match(SdfPath const &path) const;