From 9a7d8d158143cfd5e487ca69378ae4ab6f7346cf Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Fri, 5 Oct 2018 19:17:05 +0000 Subject: Typos fixed. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12328 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- os/hal/lib/complex/serial_nor/devices/micron_n25q/flash_device.c | 2 +- os/hal/lib/complex/serial_nor/devices/micron_n25q/flash_device.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'os/hal/lib') 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 -- cgit v1.2.3