flash/nor/driver.h: typo fix
authorChristopher Kilgour <techie@whiterocker.com>
Sun, 20 May 2012 00:29:30 +0000 (17:29 -0700)
committerSpencer Oliver <spen@spen-soft.co.uk>
Mon, 21 May 2012 08:49:15 +0000 (08:49 +0000)
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>
src/flash/nor/driver.h

index 466417adb7c57766a3307e63c4ee1cb210906231..a899dbbd03956746e1a4640a5f02d5f8134b8a95 100644 (file)
@@ -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