Commit e0bc64d3 authored by Tree Davies's avatar Tree Davies Committed by Tony Nguyen
Browse files

net/e1000e: Fix spelling mistake "The" -> "This"



There is a spelling mistake in the comment block.

Signed-off-by: default avatarTree Davies <tdavies@darkphysics.net>
Signed-off-by: default avatarTony Nguyen <anthony.l.nguyen@intel.com>
parent ade4162e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7729,7 +7729,7 @@ static int e1000_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
 * @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.  This could be caused by a
 * Hot-Plug event, or because the driver is going to be removed from
 * memory.
 **/