From: Christopher Kilgour Date: Sun, 20 May 2012 00:29:30 +0000 (-0700) Subject: flash/nor/driver.h: typo fix X-Git-Tag: v0.6.0-rc1~78 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=87a9ee3625c942d86db76b2d9be67c9e17e3bd63 flash/nor/driver.h: typo fix Change-Id: Ie260f3c38b648e66958c014658bb6860171a7cc9 Signed-off-by: Christopher Kilgour Reviewed-on: http://openocd.zylin.com/653 Tested-by: jenkins Reviewed-by: Bill Traynor Reviewed-by: Xiaofan Reviewed-by: Spencer Oliver --- diff --git a/src/flash/nor/driver.h b/src/flash/nor/driver.h index 466417adb7..a899dbbd03 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