aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/lpc
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2012-11-07 07:00:59 +0000
committerKevin Lo <kevlo@FreeBSD.org>2012-11-07 07:00:59 +0000
commit0f5e7edc1421b6f3c44b4397adffa51b7662ede6 (patch)
treec39378afd60870cb7ef18ef2aa77c0b3103068c9 /sys/arm/lpc
parentd92303b62c8ddf781818976650151a3055273d62 (diff)
downloadsrc-0f5e7edc1421b6f3c44b4397adffa51b7662ede6.tar.gz
src-0f5e7edc1421b6f3c44b4397adffa51b7662ede6.zip
Fix typo; s/ouput/output
Notes
Notes: svn path=/head/; revision=242692
Diffstat (limited to 'sys/arm/lpc')
-rw-r--r--sys/arm/lpc/lpc_gpio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/lpc/lpc_gpio.c b/sys/arm/lpc/lpc_gpio.c
index 4c063026c3c0..a7ef028d914a 100644
--- a/sys/arm/lpc/lpc_gpio.c
+++ b/sys/arm/lpc/lpc_gpio.c
@@ -33,7 +33,7 @@
* - Port3 with:
* - 26 input pins (GPI_00..GPI_09 + GPI_15..GPI_23 + GPI_25 + GPI_27..GPI_28)
* - 24 output pins (GPO_00..GPO_23)
- * - 6 input/ouput pins (GPIO_00..GPIO_05)
+ * - 6 input/output pins (GPIO_00..GPIO_05)
*
* Pins are mapped to logical pin number as follows:
* [0..9] -> GPI_00..GPI_09 (port 3)