# HG changeset patch # User Thomas Klausner # Date 1573814028 -3600 # Node ID 603a72c4bf6c1ba7ed6bbe4eb482b0dc7ce7be86 # Parent f17a565367907519373bd53452445641620e68c3 peers.c: fix typo in comment diff -r f17a56536790 -r 603a72c4bf6c libfdcore/peers.c --- a/libfdcore/peers.c Fri Nov 15 11:33:04 2019 +0100 +++ b/libfdcore/peers.c Fri Nov 15 11:33:48 2019 +0100 @@ -40,7 +40,7 @@ pthread_rwlock_t fd_g_peers_rw = PTHREAD_RWLOCK_INITIALIZER; /* List of active peers */ -struct fd_list fd_g_activ_peers = FD_LIST_INITIALIZER(fd_g_activ_peers); /* peers linked by their p_actives oredered by p_diamid */ +struct fd_list fd_g_activ_peers = FD_LIST_INITIALIZER(fd_g_activ_peers); /* peers linked by their p_actives ordered by p_diamid */ pthread_rwlock_t fd_g_activ_peers_rw = PTHREAD_RWLOCK_INITIALIZER; /* List of validation callbacks (registered with fd_peer_validate_register) */