aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/e1000
diff options
context:
space:
mode:
authorJean Sacren <sakiwit@gmail.com>2015-09-19 05:08:41 -0600
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2015-12-12 23:10:34 -0800
commitb6fad9f9fc5d4deb1cb50173bd729de26570fbbe (patch)
tree583726fd6d3505f93d44aab3a91ded2f536858a2 /drivers/net/ethernet/intel/e1000
parente1000: clean up the checking logic (diff)
downloadlinux-dev-b6fad9f9fc5d4deb1cb50173bd729de26570fbbe.tar.xz
linux-dev-b6fad9f9fc5d4deb1cb50173bd729de26570fbbe.zip
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:
* @pdev: PCI device information struct
*
* e1000_remove is called by the PCI subsystem to alert the driver
- * that it should release a PCI device. The could be caused by a
+ * that it should release a PCI device. That could be caused by a
* Hot-Plug event, or because the driver is going to be removed from
* memory.
**/