diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-08-08 12:37:17 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-08-08 12:37:17 +0000 |
commit | 9aa9eb41942b918f385ccabd2efdd6e7e4232165 (patch) | |
tree | 20bec7da036d31ec185dfc1dcc00753c7ac9b170 /Documentation/arm | |
parent | 87075e049581f880f01eb0b41aa6ac807b299e35 (diff) |
Merge with Linux 2.4.0-test6-pre1.
Diffstat (limited to 'Documentation/arm')
-rw-r--r-- | Documentation/arm/SA1100/ThinClient | 2 | ||||
-rw-r--r-- | Documentation/arm/empeg/ir.txt | 2 | ||||
-rw-r--r-- | Documentation/arm/nwfpe/README | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/arm/SA1100/ThinClient b/Documentation/arm/SA1100/ThinClient index e3c8d5094..d5d7625fd 100644 --- a/Documentation/arm/SA1100/ThinClient +++ b/Documentation/arm/SA1100/ThinClient @@ -10,7 +10,7 @@ Current Linux support for this product has been provided by Nicolas Pitre <nico@cam.org>. It's currently possible to mount a root filesystem via NFS providing a -complete Linux environment. Otherwyse a ramdisk image may be used. Use +complete Linux environment. Otherwise a ramdisk image may be used. Use 'make thinclient_config' before any 'make config'. This will set up defaults for ThinClient support. diff --git a/Documentation/arm/empeg/ir.txt b/Documentation/arm/empeg/ir.txt index c82e9c513..10a297450 100644 --- a/Documentation/arm/empeg/ir.txt +++ b/Documentation/arm/empeg/ir.txt @@ -17,7 +17,7 @@ For each of the 32 bits Go low for less than 2T (Around 750us) Rather than repeat a signal when the button is held down certain buttons -generate the following code to indicate repitition. +generate the following code to indicate repetition. Go low for approx 16T Go high for approx 4T diff --git a/Documentation/arm/nwfpe/README b/Documentation/arm/nwfpe/README index 253cea48c..771871de0 100644 --- a/Documentation/arm/nwfpe/README +++ b/Documentation/arm/nwfpe/README @@ -15,7 +15,7 @@ have attempted to use the C_SYMBOL_NAME macro wherever this may be important. Another choice I made was in the file structure. I have attempted to -contain all operating system specfic code in one module (fpmodule.*). +contain all operating system specific code in one module (fpmodule.*). All the other files contain emulator specific code. This should allow others to port the emulator to NetBSD for instance relatively easily. |