Changeset 1ab4aca in mainline for uspace/lib


Ignore:
Timestamp:
2011-09-24T11:54:09Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
925a21e, f1a9e87
Parents:
286286c
git-author:
Maurizio Lombardi <m.lombardi85@…> (2011-09-24 11:54:09)
git-committer:
Jakub Jermar <jakub@…> (2011-09-24 11:54:09)
Message:

Trivial: fix typos.

Location:
uspace/lib/c/generic/adt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/adt/hash_table.c

    r286286c r1ab4aca  
    190190}
    191191
    192 /** Apply fucntion to all items in hash table.
     192/** Apply function to all items in hash table.
    193193 *
    194194 * @param h   Hash table.
  • uspace/lib/c/generic/adt/list.c

    r286286c r1ab4aca  
    3333/**
    3434 * @file
    35  * @brief       Functions completing doubly linked circular list implementaion.
     35 * @brief       Functions completing doubly linked circular list implementation.
    3636 *
    3737 * This file contains some of the functions implementing doubly linked circular lists.
Note: See TracChangeset for help on using the changeset viewer.