diff options
author | Christopher Kilgour <techie@whiterocker.com> | 2012-05-19 17:29:30 -0700 |
---|---|---|
committer | Spencer Oliver <spen@spen-soft.co.uk> | 2012-05-21 08:49:15 +0000 |
commit | 87a9ee3625c942d86db76b2d9be67c9e17e3bd63 (patch) | |
tree | d27ce74a968b56270a063c7c5325ead008c95479 | |
parent | f019c4f7d63c8a8d15f5c64c4456f99bbf6efbd3 (diff) | |
download | riscv-openocd-87a9ee3625c942d86db76b2d9be67c9e17e3bd63.zip riscv-openocd-87a9ee3625c942d86db76b2d9be67c9e17e3bd63.tar.gz riscv-openocd-87a9ee3625c942d86db76b2d9be67c9e17e3bd63.tar.bz2 |
flash/nor/driver.h: typo fix
Change-Id: Ie260f3c38b648e66958c014658bb6860171a7cc9
Signed-off-by: Christopher Kilgour <techie@whiterocker.com>
Reviewed-on: http://openocd.zylin.com/653
Tested-by: jenkins
Reviewed-by: Bill Traynor <wmat@alphatroop.com>
Reviewed-by: Xiaofan <xiaofanc@gmail.com>
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
-rw-r--r-- | src/flash/nor/driver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flash/nor/driver.h b/src/flash/nor/driver.h index 466417a..a899dbb 100644 --- a/src/flash/nor/driver.h +++ b/src/flash/nor/driver.h @@ -200,7 +200,7 @@ struct flash_driver { /** * A more gentle flavor of filash_driver_s::probe, performing * setup with less noise. Generally, driver routines should test - * to seee if the bank has already been probed; if it has, the + * to see if the bank has already been probed; if it has, the * driver probably should not perform its probe a second time. * * This callback is often called from the inside of other |