]> git.karo-electronics.de Git - linux-beck.git/blobdiff - Documentation/powerpc/eeh-pci-error-recovery.txt
[PATCH] Spelling fixes for Documentation/
[linux-beck.git] / Documentation / powerpc / eeh-pci-error-recovery.txt
index 2bfe71beec5b1cacad0464298d8acebacc4c7f27..e75d7474322cd915b07c169c358617dc639caf31 100644 (file)
@@ -134,7 +134,7 @@ pci_get_device_by_addr() will find the pci device associated
 with that address (if any).
 
 The default include/asm-ppc64/io.h macros readb(), inb(), insb(),
-etc. include a check to see if the the i/o read returned all-0xff's.
+etc. include a check to see if the i/o read returned all-0xff's.
 If so, these make a call to eeh_dn_check_failure(), which in turn
 asks the firmware if the all-ff's value is the sign of a true EEH
 error.  If it is not, processing continues as normal.  The grand