[PATCH] speakup: i18n: modify incorrect comments

From: bajing
Date: Tue Aug 13 2024 - 23:10:49 EST


Regarding the text part, the comment was written incorrectly, so it needs to be modified.

Signed-off-by: bajing <bajing@xxxxxxxxxxxxxxxxxxxx>
---
drivers/accessibility/speakup/i18n.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/accessibility/speakup/i18n.c b/drivers/accessibility/speakup/i18n.c
index d62079b1661f..10c7cdc685f7 100644
--- a/drivers/accessibility/speakup/i18n.c
+++ b/drivers/accessibility/speakup/i18n.c
@@ -541,7 +541,7 @@ static bool fmt_validate(char *template, char *user)
* If the function fails, then user_messages is untouched.
* Arguments:
* - index: a message number, as found in i18n.h.
- * - text: text of message. Not NUL-terminated.
+ * - text: text of message. Not NULL-terminated.
* - length: number of bytes in text.
* Failure conditions:
* -EINVAL - Invalid format specifiers in formatted message or illegal index.
--
2.33.0