Changeset 321052f7 in mainline for uspace/drv/nic/rtl8139/defs.h


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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.