b43legacy: Fix spelling mistake "overflew" -> "overflowed"

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
This commit is contained in:
Colin Ian King 2021-06-01 11:28:55 +01:00 committed by Kalle Valo
parent d1dbaa5419
commit fef1cdbba4

View 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;