Commit f5a9987d authored by Mark Einon's avatar Mark Einon Committed by John W. Linville

Trivial typo fix in comment

  Fixing a trivial comment typo.
Signed-off-by: default avatarMark Einon <mark.einon@gmail.com>
Acked-by: default avatarGertjan van Wingerde <gwingerde@gmail.com>
Signed-off-by: default avatarIvo van Doorn <IvDoorn@gmail.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent f198f98e
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
* These indirect registers work with busy bits, * These indirect registers work with busy bits,
* and we will try maximal REGISTER_BUSY_COUNT times to access * and we will try maximal REGISTER_BUSY_COUNT times to access
* the register while taking a REGISTER_BUSY_DELAY us delay * the register while taking a REGISTER_BUSY_DELAY us delay
* between each attampt. When the busy bit is still set at that time, * between each attempt. When the busy bit is still set at that time,
* the access attempt is considered to have failed, * the access attempt is considered to have failed,
* and we will print an error. * and we will print an error.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment