diff options
author | Michael Opdenacker | 2007-05-09 08:57:56 +0200 |
---|---|---|
committer | Adrian Bunk | 2007-05-09 08:57:56 +0200 |
commit | 59c51591a0ac7568824f541f57de967e88adaa07 (patch) | |
tree | 243d20eb0a26b76d5d312f39ec5a1ff60e036711 /Documentation/pci.txt | |
parent | Fix minor typoes in kernel/module.c (diff) | |
download | kernel-qcow2-linux-59c51591a0ac7568824f541f57de967e88adaa07.tar.gz kernel-qcow2-linux-59c51591a0ac7568824f541f57de967e88adaa07.tar.xz kernel-qcow2-linux-59c51591a0ac7568824f541f57de967e88adaa07.zip |
Fix occurrences of "the the "
Signed-off-by: Michael Opdenacker <michael@free-electrons.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'Documentation/pci.txt')
-rw-r--r-- | Documentation/pci.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/pci.txt b/Documentation/pci.txt index e2c9d0a0c43d..d38261b67905 100644 --- a/Documentation/pci.txt +++ b/Documentation/pci.txt @@ -373,7 +373,7 @@ E.g. clearing pending interrupts. 3.6 Register IRQ handler ~~~~~~~~~~~~~~~~~~~~~~~~ -While calling request_irq() is the the last step described here, +While calling request_irq() is the last step described here, this is often just another intermediate step to initialize a device. This step can often be deferred until the device is opened for use. |