Navigation


Changeset 972:ce3cacbbccc9 in freeDiameter for libfdcore


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.

Location:
libfdcore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/p_psm.c

    r931 r972  
    5454after the CER/CEA exchange (and initiated by the peer that sent the
    5555CEA), we have a simple way to deal with our ordering problem, as resumed
    56 bellow. Peers are: [i]nitiator, [r]esponder.
     56below. Peers are: [i]nitiator, [r]esponder.
    5757 (1) [i] SCTP connection attempt.
    5858 (2) [r] accept the connection.
  • libfdcore/peers.c

    r968 r972  
    542542                fd_list_insert_after( li_inf, &peer->p_hdr.chain );
    543543               
    544                 /* Start the PSM, which will receive the event bellow */
     544                /* Start the PSM, which will receive the event below */
    545545                CHECK_FCT_DO( ret = fd_psm_begin(peer), goto out );
    546546        } else {
Note: See TracChangeset for help on using the changeset viewer.