]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ACPI: video: fix typo in comment
authorKacper Piwiński <cosiekvfj@o2.pl>
Wed, 11 Dec 2019 09:37:28 +0000 (10:37 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 16 Dec 2019 10:19:58 +0000 (11:19 +0100)
Signed-off-by: Kacper Piwiński <cosiekvfj@o2.pl>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpi_video.c

index 2f380e7381d6a67afc7e3c0d8db506092ef6340a..15c5b272e69847c9924ac83b8fc4281874d9d250 100644 (file)
@@ -2187,7 +2187,7 @@ int acpi_video_register(void)
        if (register_count) {
                /*
                 * if the function of acpi_video_register is already called,
-                * don't register the acpi_vide_bus again and return no error.
+                * don't register the acpi_video_bus again and return no error.
                 */
                goto leave;
        }