Skip to content

Commit e66784f

Browse files
authored
Update SPINANDBlockDevice.h
Fix the spelling issue
1 parent 99a3bb9 commit e66784f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

storage/blockdevice/COMPONENT_SPINAND/include/SPINAND/SPINANDBlockDevice.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ class SPINANDBlockDevice : public mbed::BlockDevice {
148148
*/
149149
virtual int deinit();
150150

151-
/** Desctruct SPINANDBlockDevie
151+
/** Destruct SPINANDBlockDevie
152152
*/
153153
~SPINANDBlockDevice()
154154
{
@@ -272,7 +272,7 @@ class SPINANDBlockDevice : public mbed::BlockDevice {
272272
/* Flash Configuration Functions */
273273
/*********************************/
274274

275-
// Quad Enable in Sercurity Register
275+
// Quad Enable in Security Register
276276
int _set_quad_enable();
277277

278278
// Clear the device's block protection

0 commit comments

Comments
 (0)