]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/net/fsl_etsec/etsec.c
typofixes - v4
[mirror_qemu.git] / hw / net / fsl_etsec / etsec.c
index 0f5cf4477bbea94805630a84102ed51e9ea90a46..04bb41da6491ee036c20a285a230e016b17a10eb 100644 (file)
@@ -353,7 +353,7 @@ static ssize_t etsec_receive(NetClientState *nc,
     etsec->need_flush = false;
     ret = etsec_rx_ring_write(etsec, buf, size);
     if (ret == 0) {
-        /* The packet will be queued, let's flush it when buffer is avilable
+        /* The packet will be queued, let's flush it when buffer is available
          * again. */
         etsec->need_flush = true;
     }