diff --git a/.oniro-ci/build-generic.yaml b/.oniro-ci/build-generic.yaml
index 69e484257905f7e6cc4386d9e3df8599815b55a5..98364abc0827b6fca70ce60b71ca0e4e4ca69be9 100644
--- a/.oniro-ci/build-generic.yaml
+++ b/.oniro-ci/build-generic.yaml
@@ -259,7 +259,7 @@
     # which uses tmp-newlib.
     - eval "$(bitbake -e | grep ^TMPDIR= | sed -e 's/^TMPDIR/BITBAKE_TMPDIR/g')"
     # Uncompressed wic image is not needed in CI. We cannot remove it from
-    # meta-oniro-core/classes/ohos-image.bbclass as runqemu needs it for local
+    # meta-oniro-core/classes/oniro-image.bbclass as runqemu needs it for local
     # build and boot.
     - find "$BITBAKE_TMPDIR"/deploy/images/ -name *.wic -exec rm -rf {} \;
     - mv "$BITBAKE_TMPDIR"/deploy/images/ "$CI_PROJECT_DIR"/artifacts || true