From: Masanari Iida Date: Thu, 19 Jan 2012 17:00:24 +0000 (+0900) Subject: tty: fix comment typo in synclink_gt.c X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=5980c001352cfdc66d055abed6f6ca6ebce793ad;p=deliverable%2Flinux.git tty: fix comment typo in synclink_gt.c Fix typo "looopback" to "loopback" in synclink_gt.c Signed-off-by: Masanari Iida cc:Jiri Koshina Signed-off-by: Jiri Kosina --- diff --git a/drivers/tty/synclink_gt.c b/drivers/tty/synclink_gt.c index 18b48cd3b41d..01a1ff4d18f9 100644 --- a/drivers/tty/synclink_gt.c +++ b/drivers/tty/synclink_gt.c @@ -3924,7 +3924,7 @@ static void tdma_reset(struct slgt_info *info) */ static void enable_loopback(struct slgt_info *info) { - /* SCR (serial control) BIT2=looopback enable */ + /* SCR (serial control) BIT2=loopback enable */ wr_reg16(info, SCR, (unsigned short)(rd_reg16(info, SCR) | BIT2)); if (info->params.mode != MGSL_MODE_ASYNC) {