This is an automated email from Gerrit. Christopher Kilgour ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/653
-- gerrit commit 4d91691d7225f52bee7310729d3d3d5a234172ec Author: Christopher Kilgour <[email protected]> Date: Sat May 19 17:29:30 2012 -0700 flash/nor/driver.h: typo fix Change-Id: Ie260f3c38b648e66958c014658bb6860171a7cc9 Signed-off-by: Christopher Kilgour <[email protected]> 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 -- ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
