aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/e1000
diff options
context:
space:
mode:
authorJean Sacren <sakiwit@gmail.com>2015-09-19 07:08:41 -0400
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2015-12-13 02:10:34 -0500
commitb6fad9f9fc5d4deb1cb50173bd729de26570fbbe (patch)
tree583726fd6d3505f93d44aab3a91ded2f536858a2 /drivers/net/ethernet/intel/e1000
parent4e01f3a802b5910b25814e1d0fd05907edffed6f (diff)
e1000: fix a typo in the comment
Use 'That' to replace 'The' so that the comment would make sense. Signed-off-by: Jean Sacren <sakiwit@gmail.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/ethernet/intel/e1000')
-rw-r--r--drivers/net/ethernet/intel/e1000/e1000_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/intel/e1000/e1000_main.c b/drivers/net/ethernet/intel/e1000/e1000_main.c
index a0f3a313e9e7..3fc7bde699ba 100644
--- a/drivers/net/ethernet/intel/e1000/e1000_main.c
+++ b/drivers/net/ethernet/intel/e1000/e1000_main.c
@@ -1263,7 +1263,7 @@ err_pci_reg:
1263 * @pdev: PCI device information struct 1263 * @pdev: PCI device information struct
1264 * 1264 *
1265 * e1000_remove is called by the PCI subsystem to alert the driver 1265 * e1000_remove is called by the PCI subsystem to alert the driver
1266 * that it should release a PCI device. The could be caused by a 1266 * that it should release a PCI device. That could be caused by a
1267 * Hot-Plug event, or because the driver is going to be removed from 1267 * Hot-Plug event, or because the driver is going to be removed from
1268 * memory. 1268 * memory.
1269 **/ 1269 **/