Changeset 096ba7a in mainline for libc/generic/libadt/hash_table.c


Ignore:
Timestamp:
2006-06-16T12:07:17Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f5e4830
Parents:
830ac99
Message:

Fix some broken doxygen comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libc/generic/libadt/hash_table.c

    r830ac99 r096ba7a  
    8080 *
    8181 * @param h Hash table.
    82  * @param hey Array of all keys necessary to compute hash index.
     82 * @param key Array of all keys necessary to compute hash index.
    8383 * @param item Item to be inserted into the hash table.
    8484 */
Note: See TracChangeset for help on using the changeset viewer.