]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/net/fsl_etsec/rings.c
hw/net: spelling fixes
[mirror_qemu.git] / hw / net / fsl_etsec / rings.c
index 2f2f359f7a53ba28ea3c4b946abe6d1ecc3fd92e..42216de6c9ac13af6c39f1b1af7a268179e05e69 100644 (file)
@@ -365,7 +365,7 @@ void etsec_walk_tx_ring(eTSEC *etsec, int ring_nbr)
     } while (TRUE);
 
     /* Save the Buffer Descriptor Pointers to last bd that was not
-     * succesfully closed */
+     * successfully closed */
     etsec->regs[TBPTR0 + ring_nbr].value = bd_addr;
 
     /* Set transmit halt THLTx */