summaryrefslogtreecommitdiff
path: root/nuttx/drivers/mtd/w25.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-08-27 09:40:19 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-08-27 09:40:19 -0600
commite84937a34489eab1669338bf8e3bb6c07e9d7295 (patch)
tree5fcaae860d74eeaf009b81a51292b3fe6c9865fd /nuttx/drivers/mtd/w25.c
parentf760141ba6b1536afc27451db9dd90d7a207ae5f (diff)
downloadpx4-nuttx-e84937a34489eab1669338bf8e3bb6c07e9d7295.tar.gz
px4-nuttx-e84937a34489eab1669338bf8e3bb6c07e9d7295.tar.bz2
px4-nuttx-e84937a34489eab1669338bf8e3bb6c07e9d7295.zip
Fix all occurrences of "the the" in documentation and comments
Diffstat (limited to 'nuttx/drivers/mtd/w25.c')
-rw-r--r--nuttx/drivers/mtd/w25.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/drivers/mtd/w25.c b/nuttx/drivers/mtd/w25.c
index 861e19ab5..b87dba044 100644
--- a/nuttx/drivers/mtd/w25.c
+++ b/nuttx/drivers/mtd/w25.c
@@ -1152,7 +1152,7 @@ FAR struct mtd_dev_s *w25_initialize(FAR struct spi_dev_s *spi)
}
else
{
- /* Make sure the the FLASH is unprotected so that we can write into it */
+ /* Make sure that the FLASH is unprotected so that we can write into it */
#ifndef CONFIG_W25_READONLY
w25_unprotect(priv);