···393393#if defined(XRT_GRAPHICS_BUFFER_HANDLE_IS_AHARDWAREBUFFER)
394394 /*
395395 * Some Vulkan drivers will natively support importing and exporting
396396- * SRGB formats (Qualcomm) even tho technically that's not intended
396396+ * SRGB formats (Qualcomm Adreno) even tho technically that's not intended
397397 * by the AHardwareBuffer since they don't support sRGB formats.
398398- * While others (Mail) does not support importing and exporting sRGB
398398+ * While others (arm Mali) does not support importing and exporting sRGB
399399 * formats.
400400 */
401401 if (!formats->has_R8G8B8A8_SRGB && formats->has_R8G8B8A8_UNORM) {