From ffa69689c65a24ab6c3eae9a8be4351e40ba0cfb Mon Sep 17 00:00:00 2001 From: Burer Date: Fri, 13 Jun 2025 22:06:41 +0300 Subject: [PATCH] [drivers/usbother]: more grammar fixes in comments --- drivers/usb/usbother/usbother.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/usbother/usbother.asm b/drivers/usb/usbother/usbother.asm index 77b32834f..532b227d9 100644 --- a/drivers/usb/usbother/usbother.asm +++ b/drivers/usb/usbother/usbother.asm @@ -512,7 +512,7 @@ drv_name db 'usbother', 0 default_list: db '/sys/settings/usbdrv.dat', 0 -str_1: db 'USBOTHER: Driver ID not found', 13, 10, 0 +str_1: db 'USBOTHER: Driver for this ID not found', 13, 10, 0 str_2: db 'USBOTHER: Check found driver: ', 0, 13, 10, 0 str_3: db 'USBOTHER: Device driver is good', 13, 10, 0 str_4: db 'USBOTHER: Device driver fail prob', 13, 10, 0