mbox series

[0/4] fix typos: "to short" -> "too short"

Message ID 20220321071350.3476185-1-ztong0001@gmail.com
Headers show
Series fix typos: "to short" -> "too short" | expand

Message

Tong Zhang March 21, 2022, 7:13 a.m. UTC
doing some code review and I found out there are a couple of places
where "too short" is misspelled as "to short".

Tong Zhang (4):
  ar5523: fix typo "to short" -> "too short"
  s390/ctcm: fix typo "length to short" -> "length too short"
  i825xx: fix typo "Frame to short" -> "Frame too short"
  mISDN: fix typo "frame to short" -> "frame too short"

 drivers/isdn/hardware/mISDN/mISDNipac.c  | 2 +-
 drivers/isdn/hardware/mISDN/mISDNisar.c  | 4 ++--
 drivers/net/ethernet/i825xx/sun3_82586.h | 2 +-
 drivers/net/wireless/ath/ar5523/ar5523.c | 2 +-
 drivers/s390/net/ctcm_fsms.c             | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)