Changeset c477c80 in mainline for uspace/lib/nic/src/nic_addr_db.c


Ignore:
Timestamp:
2019-01-03T22:23:00Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
06412ba
Parents:
7acd787
Message:

Fix some common misspellings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/nic/src/nic_addr_db.c

    r7acd787 rc477c80  
    163163 * @return EOK          If the address was inserted
    164164 * @return ENOMEM       If there was not enough memory
    165  * @return EEXIST       If this adress already is in the db
     165 * @return EEXIST       If this address already is in the db
    166166 */
    167167errno_t nic_addr_db_insert(nic_addr_db_t *db, const uint8_t *addr)
Note: See TracChangeset for help on using the changeset viewer.