Changeset c477c80 in mainline for uspace/lib/nic/src


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

Location:
uspace/lib/nic/src
Files:
2 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)
  • uspace/lib/nic/src/nic_driver.c

    r7acd787 rc477c80  
    418418}
    419419
    420 /** Inform the NICF about device's MAC adress.
     420/** Inform the NICF about device's MAC address.
    421421 *
    422422 * @return EOK On success
Note: See TracChangeset for help on using the changeset viewer.