diff options
author | Thomas Weber <thomas@tomweber.eu> | 2012-03-24 22:44:01 +0000 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2012-03-27 13:31:37 +0200 |
commit | c46bf09e0b567dda477da53163fe646e66c4912e (patch) | |
tree | 7d2da19b2e7242e0d31ed56d8f3e1bce0fb5d44e /doc/README.AVR32-port-muxing | |
parent | 7e71dc68846647f387a74d50924da1218e197089 (diff) | |
download | u-boot-imx-c46bf09e0b567dda477da53163fe646e66c4912e.zip u-boot-imx-c46bf09e0b567dda477da53163fe646e66c4912e.tar.gz u-boot-imx-c46bf09e0b567dda477da53163fe646e66c4912e.tar.bz2 |
doc: Fix some typos in different files
adresses/addresses
alernate/alternate
asssuming/assuming
calcualted/calculated
enviroment/environment
evalutation/evaluation
falsh/flash
labled/labeled
paramaters/parameters
Signed-off-by: Thomas Weber <thomas@tomweber.eu>
Acked-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'doc/README.AVR32-port-muxing')
-rw-r--r-- | doc/README.AVR32-port-muxing | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.AVR32-port-muxing b/doc/README.AVR32-port-muxing index b53799d..8c1718c 100644 --- a/doc/README.AVR32-port-muxing +++ b/doc/README.AVR32-port-muxing @@ -91,7 +91,7 @@ of the flags are the same on all implementations. PORTMUX_DIR_OUTPUT PORTMUX_DIR_INPUT -These mutually-exlusive flags configure the initial direction of the +These mutually-exclusive flags configure the initial direction of the pins. PORTMUX_DIR_OUTPUT means that the pins are driven by the CPU, while PORTMUX_DIR_INPUT means that the pins are tristated by the CPU. These flags are ignored by portmux_select_peripheral(). @@ -125,7 +125,7 @@ PORTMUX_PULL_UP. PORTMUX_DRIVE_HIGH PORTMUX_DRIVE_MAX -These mutually-exlusive flags determine the drive strength of the +These mutually-exclusive flags determine the drive strength of the pins. PORTMUX_DRIVE_MIN will give low power-consumption, but may cause corruption of high-speed signals. PORTMUX_DRIVE_MAX will give high power-consumption, but may be necessary on pins toggling at very high |