Navigation



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
  • extensions/test_netemul/tne_process.c

    r740 r972  
    5858static pthread_t       thr = (pthread_t)NULL;
    5959
    60 /* The lists bellow are all protected by the same mutex mtx */
     60/* The lists below are all protected by the same mutex mtx */
    6161static struct fd_list input = FD_LIST_INITIALIZER(input); /* messages received from network */
    6262static struct fd_list forlat = FD_LIST_INITIALIZER(forlat); /* messages after duplicate filter */
Note: See TracChangeset for help on using the changeset viewer.