Merge tag 'drm-intel-gt-next-2022-07-13' of git://anongit.freedesktop.org/drm/drm...
[linux-2.6-microblaze.git] / drivers / gpu / drm / i915 / gt / uc / intel_guc_log.c
index 7f1bc8a..25b2d7c 100644 (file)
@@ -588,7 +588,7 @@ int intel_guc_log_relay_open(struct intel_guc_log *log)
        /*
         * We require SSE 4.1 for fast reads from the GuC log buffer and
         * it should be present on the chipsets supporting GuC based
-        * submisssions.
+        * submissions.
         */
        if (!i915_has_memcpy_from_wc()) {
                ret = -ENXIO;