From 5ecd745514c4832f1082a81d30a209e47513aded Mon Sep 17 00:00:00 2001
From: Takeshi ISHII <2170248+mtei@users.noreply.github.com>
Date: Mon, 8 Aug 2022 04:32:59 +0900
Subject: [PATCH] fix comment space code in quantum/matrix_common.c (#17942)

---
 quantum/matrix_common.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/quantum/matrix_common.c b/quantum/matrix_common.c
index 2cf8484347..3000d3eb70 100644
--- a/quantum/matrix_common.c
+++ b/quantum/matrix_common.c
@@ -122,7 +122,7 @@ bool matrix_post_scan(void) {
 }
 #endif
 
-/* `matrix_io_delay ()` exists for backwards compatibility. From now on, use matrix_output_unselect_delay(). */
+/* `matrix_io_delay ()` exists for backwards compatibility. From now on, use matrix_output_unselect_delay(). */
 __attribute__((weak)) void matrix_io_delay(void) {
     wait_us(MATRIX_IO_DELAY);
 }