X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fflash%2Fnor%2Fdriver.h;h=a899dbbd03956746e1a4640a5f02d5f8134b8a95;hp=466417adb7c57766a3307e63c4ee1cb210906231;hb=87a9ee3625c942d86db76b2d9be67c9e17e3bd63;hpb=f019c4f7d63c8a8d15f5c64c4456f99bbf6efbd3 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