Skip to content

Commit f7f49a0

Browse files
authored
Fix spelling mistake
Fixes a spelling mistake in a comment. Former-commit-id: 372ba12
1 parent 5cf892d commit f7f49a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/BlockDevices/SDCardBlockDevice.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ SDCardBlockDevice::SDCardBlockDevice( pin_t _ck,
156156
/* DISTRUCTOR */
157157
/* -------------------------------------------------------------------------- */
158158
SDCardBlockDevice::~SDCardBlockDevice() {
159-
// These static member variables must be reset when the oject is destroyed
159+
// These static member variables must be reset when the object is destroyed
160160
SDCardBlockDevice::card_inserted = false;
161161
SDCardBlockDevice::initialized = false;
162162
SDCardBlockDevice::st = CmdStatus::IN_PROGRESS;
@@ -508,4 +508,4 @@ const char *SDCardBlockDevice::get_type() const {
508508
}
509509

510510

511-
#endif
511+
#endif

0 commit comments

Comments
 (0)