adjust comment

This commit is contained in:
Ben Hillis 2025-12-15 12:32:40 -08:00
parent 43cb54d138
commit 22cbe06f22
1 changed files with 1 additions and 1 deletions

View File

@ -316,7 +316,7 @@ try
{
RETURN_HR_IF_NULL(E_POINTER, containerOptions);
// Validate that Image and Name are not null - even though struct pointer is non-null, string fields can be null
// Validate that Image and Name are not null.
RETURN_HR_IF(E_INVALIDARG, containerOptions->Image == nullptr);
RETURN_HR_IF(E_INVALIDARG, containerOptions->Name == nullptr);