summaryrefslogtreecommitdiff
path: root/src/VBox/Devices/Network
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2022-02-03 19:14:39 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2022-02-03 19:14:39 +0000
commit603abae01d05753bb54464f480cc1a5d16313e11 (patch)
treeebd846330e1375eca2fe340a480e1a5f8981fa99 /src/VBox/Devices/Network
parentc4b7e4d3efa8f9b0816cbacf484fe6d9aa8c7522 (diff)
downloadVirtualBox-svn-603abae01d05753bb54464f480cc1a5d16313e11.tar.gz
Comment.
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@93591 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/Devices/Network')
-rw-r--r--src/VBox/Devices/Network/DevPCNet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VBox/Devices/Network/DevPCNet.cpp b/src/VBox/Devices/Network/DevPCNet.cpp
index b67565583ea..f550333ce31 100644
--- a/src/VBox/Devices/Network/DevPCNet.cpp
+++ b/src/VBox/Devices/Network/DevPCNet.cpp
@@ -2570,7 +2570,7 @@ static int pcnetXmitPending(PPDMDEVINS pDevIns, PPCNETSTATE pThis, PPCNETSTATECC
int rc;
/*
- * Grab the xmit lock of the driver as well as the E1K device state.
+ * Grab the xmit lock of the driver as well as the PCnet device state.
*/
PPDMINETWORKUP pDrv = pThisCC->pDrv;
if (pDrv)