aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/hotplug/pci_hotplug.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@ppc970.osdl.org>2005-05-04 07:07:22 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-05-04 07:07:22 -0700
commit742b0c905d970fd60893cce14a3c68b523504bc4 (patch)
treed85689d464a8b11efe7fb6ff2f2151c4c4974871 /drivers/pci/hotplug/pci_hotplug.h
parent235bd6140dad7c08261abdc1f8056485c5344a74 (diff)
parent9171078ab5a0bbb516029cfc61378e0350a7b30d (diff)
Merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6.git/
Diffstat (limited to 'drivers/pci/hotplug/pci_hotplug.h')
-rw-r--r--drivers/pci/hotplug/pci_hotplug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/pci_hotplug.h b/drivers/pci/hotplug/pci_hotplug.h
index 57ace325168..88d44f7fef2 100644
--- a/drivers/pci/hotplug/pci_hotplug.h
+++ b/drivers/pci/hotplug/pci_hotplug.h
@@ -150,7 +150,7 @@ struct hotplug_slot_info {
* @name: the name of the slot being registered. This string must
* be unique amoung slots registered on this system.
* @ops: pointer to the &struct hotplug_slot_ops to be used for this slot
- * @info: pointer to the &struct hotplug_slot_info for the inital values for
+ * @info: pointer to the &struct hotplug_slot_info for the initial values for
* this slot.
* @release: called during pci_hp_deregister to free memory allocated in a
* hotplug_slot structure.