diff options
| author | Steven Cole <elenstev@mesatop.com> | 2003-02-18 05:15:33 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2003-02-18 05:15:33 -0800 |
| commit | 2c632ed50092c2bb9418e57af708585f7f283896 (patch) | |
| tree | c97425e97f7b9fd2788bf0c22ac6dc213c023099 /drivers/hotplug | |
| parent | 138be7c8b3d22d4f47c0719d74c500179c7d609b (diff) | |
[PATCH] spelling fix adress/addres -> address
This patch provides the following spelling fixes.
adress -> address
addres -> address
except for cases in two files which appear to be in French and German.
These were left as is.
Diffstat (limited to 'drivers/hotplug')
| -rw-r--r-- | drivers/hotplug/ibmphp_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hotplug/ibmphp_pci.c b/drivers/hotplug/ibmphp_pci.c index c50fba58cf54..269b90cb2dd3 100644 --- a/drivers/hotplug/ibmphp_pci.c +++ b/drivers/hotplug/ibmphp_pci.c @@ -491,7 +491,7 @@ static int configure_device (struct pci_func *func) pci_bus_write_config_dword (ibmphp_pci_bus, devfn, address[count], func->pfmem[count]->start); /*_______________This is for debugging purposes only______________________________*/ - debug ("b4 writing, start addres is %x\n", func->pfmem[count]->start); + debug ("b4 writing, start address is %x\n", func->pfmem[count]->start); pci_bus_read_config_dword (ibmphp_pci_bus, devfn, address[count], &bar[count]); debug ("after writing, start address is %x\n", bar[count]); /*_________________________________________________________________________________*/ |
