summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/tty/serial/aspeed-vuart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/aspeed-vuart.c b/drivers/tty/serial/aspeed-vuart.c
index a56d3a9a7e13..f34884ac9063 100644
--- a/drivers/tty/serial/aspeed-vuart.c
+++ b/drivers/tty/serial/aspeed-vuart.c
@@ -156,7 +156,7 @@ static void ast_vuart_setup(struct ast_vuart *vuart)
/**
- * The device tree parsinc code here is heavily based on that of the of_serial
+ * The device tree parsing code here is heavily based on that of the of_serial
* driver, but we have a few core differences, as we need to use our own
* ioremapping for extra register support
*/