diff options
-rw-r--r-- | os/hal/lib/complex/serial_nor/devices/micron_n25q/flash_device.c | 2 | ||||
-rw-r--r-- | os/hal/lib/complex/serial_nor/devices/micron_n25q/flash_device.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/lib/complex/serial_nor/devices/micron_n25q/flash_device.c b/os/hal/lib/complex/serial_nor/devices/micron_n25q/flash_device.c index a54cc91b2..5f320ebc8 100644 --- a/os/hal/lib/complex/serial_nor/devices/micron_n25q/flash_device.c +++ b/os/hal/lib/complex/serial_nor/devices/micron_n25q/flash_device.c @@ -315,7 +315,7 @@ void snor_device_init(SNORDriver *devp) { because a CPU reset does not reset the memory too.*/
snor_reset_xip(devp);
- /* Attempting a eeset of the device, it could be in an unexpected state
+ /* Attempting a reset of the device, it could be in an unexpected state
because a CPU reset does not reset the memory too.*/
n25q_reset_memory(devp);
diff --git a/os/hal/lib/complex/serial_nor/devices/micron_n25q/flash_device.h b/os/hal/lib/complex/serial_nor/devices/micron_n25q/flash_device.h index 105f3b338..8ae3bae13 100644 --- a/os/hal/lib/complex/serial_nor/devices/micron_n25q/flash_device.h +++ b/os/hal/lib/complex/serial_nor/devices/micron_n25q/flash_device.h @@ -96,7 +96,7 @@ /*===========================================================================*/
/**
- * @brief Switch QSPI bus width on initialization.
+ * @brief Switch WSPI bus width on initialization.
* @details A bus width initialization is performed by writing the
* Enhanced Volatile Configuration Register. If the flash
* device is configured using the Non Volatile Configuration
|