intel: minor cleanups
diff --git a/icd/intel/view.h b/icd/intel/view.h
index 12364f8..729f90d 100644
--- a/icd/intel/view.h
+++ b/icd/intel/view.h
@@ -32,14 +32,14 @@
 struct intel_mem;
 
 struct intel_null_view {
-    /* this is not an object */
+    /* this is not an intel_obj */
 
     /* SURFACE_STATE */
     uint32_t cmd[8];
 };
 
 struct intel_mem_view {
-    /* this is not an object */
+    /* this is not an intel_obj */
 
     struct intel_mem *mem;