Navigation


Changeset 972:ce3cacbbccc9 in freeDiameter for libfdproto


Ignore:
Timestamp:
Mar 15, 2013, 1:31:00 AM (11 years ago)
Author:
Thomas Klausner <tk@giga.or.at>
Branch:
default
Phase:
public
Message:

Fix some typos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdproto/dictionary.c

    r961 r972  
    7979        /* More information about the lists :
    8080       
    81          - the use for each list depends on the type of object. See detail bellow.
     81         - the use for each list depends on the type of object. See detail below.
    8282         
    8383         - a sentinel for a list has its 'o' field cleared. (this is the criteria to detect end of a loop)
    8484         
    85          - The lists are always ordered. The criteria are described bellow. the functions to order them are referenced in dict_obj_info
     85         - The lists are always ordered. The criteria are described below. the functions to order them are referenced in dict_obj_info
    8686         
    8787         - The dict_lock must be held for any list operation.
Note: See TracChangeset for help on using the changeset viewer.