StorageManager: fix spelling

This commit is contained in:
Tom Pittenger 2023-02-13 02:37:31 -08:00 committed by Peter Hall
parent c43591291c
commit 0144c594a3

View File

@ -45,7 +45,7 @@
#endif #endif
/* /*
The StorageManager holds the layout of non-volatile storeage The StorageManager holds the layout of non-volatile storage
*/ */
class StorageManager { class StorageManager {
friend class StorageAccess; friend class StorageAccess;