Browse Source

Fix more "deprecated" spellos.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Randy Dunlap 18 years ago
parent
commit
8b60756a62
3 changed files with 4 additions and 4 deletions
  1. 2 2
      Documentation/fb/aty128fb.txt
  2. 1 1
      Documentation/filesystems/proc.txt
  3. 1 1
      drivers/pci/pci-driver.c

+ 2 - 2
Documentation/fb/aty128fb.txt

@@ -54,8 +54,8 @@ Accepted options:
 
 
 noaccel  - do not use acceleration engine. It is default.
 noaccel  - do not use acceleration engine. It is default.
 accel    - use acceleration engine. Not finished.
 accel    - use acceleration engine. Not finished.
-vmode:x  - chooses PowerMacintosh video mode <x>. Depreciated.
-cmode:x  - chooses PowerMacintosh colour mode <x>. Depreciated.
+vmode:x  - chooses PowerMacintosh video mode <x>. Deprecated.
+cmode:x  - chooses PowerMacintosh colour mode <x>. Deprecated.
 <XxX@X>  - selects startup videomode. See modedb.txt for detailed
 <XxX@X>  - selects startup videomode. See modedb.txt for detailed
 	   explanation. Default is 640x480x8bpp.
 	   explanation. Default is 640x480x8bpp.
 
 

+ 1 - 1
Documentation/filesystems/proc.txt

@@ -229,7 +229,7 @@ Table 1-3: Kernel info in /proc
  mounts      Mounted filesystems                               
  mounts      Mounted filesystems                               
  net         Networking info (see text)                        
  net         Networking info (see text)                        
  partitions  Table of partitions known to the system           
  partitions  Table of partitions known to the system           
- pci	     Depreciated info of PCI bus (new way -> /proc/bus/pci/, 
+ pci	     Deprecated info of PCI bus (new way -> /proc/bus/pci/,
              decoupled by lspci					(2.4)
              decoupled by lspci					(2.4)
  rtc         Real time clock                                   
  rtc         Real time clock                                   
  scsi        SCSI info (see text)                              
  scsi        SCSI info (see text)                              

+ 1 - 1
drivers/pci/pci-driver.c

@@ -119,7 +119,7 @@ static inline int pci_create_newid_file(struct pci_driver *drv)
  * system is in its list of supported devices.  Returns the matching
  * system is in its list of supported devices.  Returns the matching
  * pci_device_id structure or %NULL if there is no match.
  * pci_device_id structure or %NULL if there is no match.
  *
  *
- * Depreciated, don't use this as it will not catch any dynamic ids
+ * Deprecated, don't use this as it will not catch any dynamic ids
  * that a driver might want to check for.
  * that a driver might want to check for.
  */
  */
 const struct pci_device_id *pci_match_id(const struct pci_device_id *ids,
 const struct pci_device_id *pci_match_id(const struct pci_device_id *ids,