Changeset 321052f7 in mainline


Ignore:
Timestamp:
2012-01-20T16:49:39Z (12 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3fe58d3c
Parents:
ea788701
Message:

fix typos

Location:
uspace/drv/nic
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/nic/e1k/e1k.c

    rea788701 r321052f7  
    6666/** Maximum sending frame size */
    6767#define E1000_MAX_SEND_FRAME_SIZE  2048
    68 /** Maximum receiving frmae size */
     68/** Maximum receiving frame size */
    6969#define E1000_MAX_RECEIVE_FRAME_SIZE  2048
    7070
  • uspace/drv/nic/rtl8139/defs.h

    rea788701 r321052f7  
    428428        RSR_RUNT = (1 << 4),   /**< Runt frame (< RTL8139_RUNT_MAX_SIZE bytes) */
    429429
    430         RSR_LONG = (1 << 3),   /**< Long frmae (size > 4k bytes) */
     430        RSR_LONG = (1 << 3),   /**< Long frame (size > 4k bytes) */
    431431        RSR_CRC  = (1 << 2),   /**< CRC error */
    432432        RSR_FAE  = (1 << 1),   /**< Frame alignment error */
Note: See TracChangeset for help on using the changeset viewer.