aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/flash/nor/driver.h')
-rw-r--r--src/flash/nor/driver.h2
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