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 99a3bb9 commit e66784fCopy full SHA for e66784f
storage/blockdevice/COMPONENT_SPINAND/include/SPINAND/SPINANDBlockDevice.h
@@ -148,7 +148,7 @@ class SPINANDBlockDevice : public mbed::BlockDevice {
148
*/
149
virtual int deinit();
150
151
- /** Desctruct SPINANDBlockDevie
+ /** Destruct SPINANDBlockDevie
152
153
~SPINANDBlockDevice()
154
{
@@ -272,7 +272,7 @@ class SPINANDBlockDevice : public mbed::BlockDevice {
272
/* Flash Configuration Functions */
273
/*********************************/
274
275
- // Quad Enable in Sercurity Register
+ // Quad Enable in Security Register
276
int _set_quad_enable();
277
278
// Clear the device's block protection
0 commit comments