]> err.no Git - linux-2.6/blobdiff - Documentation/eisa.txt
[PATCH] ndiswrapper: don't set the module->taints flags
[linux-2.6] / Documentation / eisa.txt
index 8c8388da868a43127052e5672894bad520452f7f..6a099edadd622f625e2606c9402916a227accf4e 100644 (file)
@@ -18,7 +18,7 @@ The EISA infrastructure is made up of three parts :
 
     - The bus code implements most of the generic code. It is shared
     among all the architectures that the EISA code runs on. It
-    implements bus probing (detecting EISA cards avaible on the bus),
+    implements bus probing (detecting EISA cards available on the bus),
     allocates I/O resources, allows fancy naming through sysfs, and
     offers interfaces for driver to register.
 
@@ -84,7 +84,7 @@ struct eisa_driver {
 
 id_table       : an array of NULL terminated EISA id strings,
                  followed by an empty string. Each string can
-                 optionnaly be paired with a driver-dependant value
+                 optionally be paired with a driver-dependant value
                  (driver_data).
 
 driver         : a generic driver, such as described in