Update VPD collection status comment

VPD collection status property’s interface is changed from
com.ibm.VPD.Collection to xyz.openbmc_project.Common.Progress but
comment regarding this in constants file is not updated.
This commit fixes the comment in constants header file.

Change-Id: I335f1c89c7230a93e32cc79ecd778873e5189278
Signed-off-by: Anupama B R <anupama.b.r1@ibm.com>
diff --git a/vpd-manager/include/constants.hpp b/vpd-manager/include/constants.hpp
index ad64e5c..b230e51 100644
--- a/vpd-manager/include/constants.hpp
+++ b/vpd-manager/include/constants.hpp
@@ -223,8 +223,8 @@
 static constexpr auto vpdCollectionInterface =
     "xyz.openbmc_project.Common.Progress";
 
-// enumerated values of CollectionStatus D-bus property defined under
-// com.ibm.VPD.Collection interface.
+// enumerated values of collection Status D-bus property defined under
+// xyz.openbmc_project.Common.Progress interface.
 static constexpr auto vpdCollectionCompleted =
     "xyz.openbmc_project.Common.Progress.OperationStatus.Completed";
 static constexpr auto vpdCollectionFailed =