part of the fix for XDCTOOLS-342
diff --git a/src/packages/xdc/runtime/Core.xdc b/src/packages/xdc/runtime/Core.xdc
index 684328c..0e17d1d 100644
--- a/src/packages/xdc/runtime/Core.xdc
+++ b/src/packages/xdc/runtime/Core.xdc
@@ -134,8 +134,8 @@
* @param(argPrmsSize) unused - retained for backward compatibility
* @param(eb) error block pointer
*
- * The caller must ensure that `od` is not a NULL pointer. Otherwise, this
- * function may cause memory access violation.
+ * The caller must ensure that `od` and `curObj` are not NULL pointers.
+ * Otherwise, this function may cause memory access violation.
*
* The caller must ensure that either the parameter structure pointed to by
* `argPrms` is initialized by calling `Mod_Params_init()` method or that