summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-04-02 16:01:05 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-04-02 16:01:05 +0200
commitdea6fb62adaf3121b24f72836ecb294f129b3404 (patch)
treeb6f3452bbc547f2ba50713ac331e8f463b209dd8
parentbsp/gen5200: Elaborate option help message (diff)
downloadrtems-dea6fb62adaf3121b24f72836ecb294f129b3404.tar.bz2
bsp/gen5200: Typo
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/gen5200/configure.ac b/c/src/lib/libbsp/powerpc/gen5200/configure.ac
index 8cb1d0f11e..296d6f1954 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/configure.ac
+++ b/c/src/lib/libbsp/powerpc/gen5200/configure.ac
@@ -59,7 +59,7 @@ initialization. Must match the hardware requirements. Must be consistent with
BSP_GPIOPCR_INITVAL. The bits are cleared via BSP_GPIOPCR_INITMASK and then
set via BSP_GPIOPCR_INITVAL.])
RTEMS_BSPOPTS_HELP([BSP_GPIOPCR_INITVAL],
-[Defines the bit set in the MPC5200 GPIOPCR register during initialization.
+[Defines the bits set in the MPC5200 GPIOPCR register during initialization.
Must match the hardware requirements. Must be consistent with
BSP_GPIOPCR_INITMASK. The bits are cleared via BSP_GPIOPCR_INITMASK and then
set via BSP_GPIOPCR_INITVAL.])