We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38be332 commit 2cf4f59Copy full SHA for 2cf4f59
storage/blockdevice/include/blockdevice/BufferedBlockDevice.h
@@ -33,7 +33,7 @@ namespace mbed {
33
* NAND flash.
34
*
35
* @note While the read and write size of the buffered block device will always be 1,
36
- * the erase size is the same as the underlying block device. In other words, you
+ * the erase size is the same as the underlying block device. In other words, you
37
* still must erase in the hardware erase sector size.
38
*/
39
class BufferedBlockDevice : public BlockDevice {
0 commit comments