b43legacy: Fix spelling mistake "overflew" -> "overflowed"
authorColin Ian King <colin.king@canonical.com>
Tue, 1 Jun 2021 10:28:55 +0000 (11:28 +0100)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 3 Jun 2021 09:31:53 +0000 (12:31 +0300)
There is a spelling mistake in a comment. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20210601102855.8884-1-colin.king@canonical.com
drivers/net/wireless/broadcom/b43legacy/main.c

index f64ebff..eec3af9 100644 (file)
@@ -391,7 +391,7 @@ void b43legacy_tsf_read(struct b43legacy_wldev *dev, u64 *tsf)
         * registers, we should take care of register overflows.
         * In theory, the whole tsf read process should be atomic.
         * We try to be atomic here, by restaring the read process,
-        * if any of the high registers changed (overflew).
+        * if any of the high registers changed (overflowed).
         */
        if (dev->dev->id.revision >= 3) {
                u32 low;