summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--flash.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/flash.h b/flash.h
index a7a57d2..11c9d60 100644
--- a/flash.h
+++ b/flash.h
@@ -174,8 +174,8 @@ struct flashchip {
int (*erase) (struct flashchip *flash);
/*
- * Erase blocks and associated erase function. The default entry is a
- * chip-sized virtual block together with the chip erase function.
+ * Erase blocks and associated erase function. Any chip erase function
+ * is stored as chip-sized virtual block together with said function.
*/
struct block_eraser {
struct eraseblock{
OpenPOWER on IntegriCloud