From 62fa707cf1568a487323f904061a27dcfb0642fa Mon Sep 17 00:00:00 2001 From: "psyc://loupsycedyglgamf.onion/~lynX" Date: Wed, 27 Jun 2018 10:59:51 +0000 Subject: -comments: the world ain't all male --- src/ats/gnunet-service-ats_addresses.h | 2 +- src/consensus/gnunet-service-consensus.c | 2 +- src/conversation/gnunet-conversation.c | 2 +- src/core/core.h | 2 +- src/core/gnunet-service-core.c | 2 +- src/core/gnunet-service-core.h | 2 +- src/core/gnunet-service-core_kx.c | 6 +++--- src/core/gnunet-service-core_sessions.c | 2 +- src/core/gnunet-service-core_sessions.h | 2 +- src/datastore/perf_datastore_api.c | 2 +- src/datastore/plugin_datastore_mysql.c | 2 +- src/fs/gnunet-service-fs_cp.h | 2 +- src/include/block_dns.h | 2 +- src/include/gnunet_core_service.h | 2 +- src/include/gnunet_os_lib.h | 4 ++-- src/include/gnunet_psyc_service.h | 2 +- src/include/gnunet_secretsharing_service.h | 4 ++-- src/include/gnunet_signatures.h | 2 +- src/rps/gnunet-service-rps.c | 4 ++-- src/secretsharing/gnunet-service-secretsharing.c | 2 +- src/secretsharing/secretsharing_api.c | 4 ++-- src/secretsharing/secretsharing_protocol.h | 2 +- src/set/gnunet-service-set.h | 2 +- src/set/gnunet-service-set_intersection.c | 4 ++-- src/set/gnunet-service-set_union.c | 4 ++-- src/topology/gnunet-daemon-topology.c | 2 +- src/transport/gnunet-service-transport.c | 4 ++-- src/transport/gnunet-service-transport_neighbours.c | 4 ++-- src/util/os_priority.c | 6 +++--- 29 files changed, 41 insertions(+), 41 deletions(-) diff --git a/src/ats/gnunet-service-ats_addresses.h b/src/ats/gnunet-service-ats_addresses.h index d90ca1375..d4dc483eb 100644 --- a/src/ats/gnunet-service-ats_addresses.h +++ b/src/ats/gnunet-service-ats_addresses.h @@ -151,7 +151,7 @@ * 1.7 Address management * * Transport service notifies ATS about changes to the addresses known to - * him. + * it. * * 1.7.1 Adding an address * diff --git a/src/consensus/gnunet-service-consensus.c b/src/consensus/gnunet-service-consensus.c index 86d056aaf..afbefdc5a 100644 --- a/src/consensus/gnunet-service-consensus.c +++ b/src/consensus/gnunet-service-consensus.c @@ -2821,7 +2821,7 @@ construct_task_graph_gradecast (struct ConsensusSession *session, } /* We run this task to make sure that the leader has the stored the SET_KIND_LEADER set of himself, - so he can participate in the rest of the gradecast + so it can participate in the rest of the gradecast without the code having to handle any special cases. */ task = ((struct TaskEntry) { .step = step, diff --git a/src/conversation/gnunet-conversation.c b/src/conversation/gnunet-conversation.c index 92a435d55..fad9d568e 100644 --- a/src/conversation/gnunet-conversation.c +++ b/src/conversation/gnunet-conversation.c @@ -717,7 +717,7 @@ do_status (const char *args) break; case CS_RINGING: FPRINTF (stdout, - _("We are calling `%s', his phone should be ringing.\n"), + _("We are calling `%s', their phone should be ringing.\n"), peer_name); break; case CS_CONNECTED: diff --git a/src/core/core.h b/src/core/core.h index a2c05d4af..2ce77244e 100644 --- a/src/core/core.h +++ b/src/core/core.h @@ -172,7 +172,7 @@ struct DisconnectNotifyMessage * messages being received or transmitted. This overall message is * followed by the real message, or just the header of the real * message (depending on the client's preferences). The receiver can - * tell if he got the full message or only a partial message by + * tell if it got the full message or only a partial message by * looking at the size field in the header of NotifyTrafficMessage and * checking it with the size field in the message that follows. */ diff --git a/src/core/gnunet-service-core.c b/src/core/gnunet-service-core.c index 0afc75add..a033f9fac 100644 --- a/src/core/gnunet-service-core.c +++ b/src/core/gnunet-service-core.c @@ -230,7 +230,7 @@ handle_client_init (void *cls, /** * We will never be ready to transmit the given message in (disconnect * or invalid request). Frees resources associated with @a car. We - * don't explicitly tell the client, he'll learn with the disconnect + * don't explicitly tell the client, it'll learn with the disconnect * (or violated the protocol). * * @param car request that now permanently failed; the diff --git a/src/core/gnunet-service-core.h b/src/core/gnunet-service-core.h index 81e73ec39..fd1a88e75 100644 --- a/src/core/gnunet-service-core.h +++ b/src/core/gnunet-service-core.h @@ -113,7 +113,7 @@ GSC_CLIENTS_solicit_request (struct GSC_ClientActiveRequest *car); /** * We will never be ready to transmit the given message in (disconnect * or invalid request). Frees resources associated with @a car. We - * don't explicitly tell the client, he'll learn with the disconnect + * don't explicitly tell the client, it'll learn with the disconnect * (or violated the protocol). * * @param car request that now permanently failed; the diff --git a/src/core/gnunet-service-core_kx.c b/src/core/gnunet-service-core_kx.c index 6e713cf61..c017e0c23 100644 --- a/src/core/gnunet-service-core_kx.c +++ b/src/core/gnunet-service-core_kx.c @@ -123,7 +123,7 @@ struct EphemeralKeyMessage /** - * We're sending an (encrypted) PING to the other peer to check if he + * We're sending an (encrypted) PING to the other peer to check if it * can decrypt. The other peer should respond with a PONG with the * same content, except this time encrypted with the receiver's key. */ @@ -854,8 +854,8 @@ handle_transport_notify_connect (void *cls, } else { - /* peer with "higher" identity starts a delayed KX, if the "lower" peer - * does not start a KX since he sees no reasons to do so */ + /* peer with "higher" identity starts a delayed KX, if the "lower" peer + * does not start a KX since it sees no reasons to do so */ kx->retry_set_key_task = GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_UNIT_SECONDS, &set_key_retry_task, diff --git a/src/core/gnunet-service-core_sessions.c b/src/core/gnunet-service-core_sessions.c index 41fe4dfb7..16f9a092d 100644 --- a/src/core/gnunet-service-core_sessions.c +++ b/src/core/gnunet-service-core_sessions.c @@ -356,7 +356,7 @@ GSC_SESSIONS_create (const struct GNUNET_PeerIdentity *peer, /** - * The other peer has indicated that he 'lost' the session + * The other peer has indicated that it 'lost' the session * (KX down), reinitialize the session on our end, in particular * this means to restart the typemap transmission. * diff --git a/src/core/gnunet-service-core_sessions.h b/src/core/gnunet-service-core_sessions.h index 845edac69..be862b71f 100644 --- a/src/core/gnunet-service-core_sessions.h +++ b/src/core/gnunet-service-core_sessions.h @@ -40,7 +40,7 @@ GSC_SESSIONS_create (const struct GNUNET_PeerIdentity *peer, /** - * The other peer has indicated that he 'lost' the session + * The other peer has indicated that it 'lost' the session * (KX down), reinitialize the session on our end, in particular * this means to restart the typemap transmission. * diff --git a/src/datastore/perf_datastore_api.c b/src/datastore/perf_datastore_api.c index f659dedff..6a0ff231b 100644 --- a/src/datastore/perf_datastore_api.c +++ b/src/datastore/perf_datastore_api.c @@ -172,7 +172,7 @@ struct CpsRunContext /** * Counts the number of items put in the current phase. - * Once it hits #PUT_10, we progress tot he #RP_CUT phase + * Once it hits #PUT_10, we progress to the #RP_CUT phase * or are done if @e i reaches #ITERATIONS. */ unsigned int j; diff --git a/src/datastore/plugin_datastore_mysql.c b/src/datastore/plugin_datastore_mysql.c index b09fd1af3..3568ebe8f 100644 --- a/src/datastore/plugin_datastore_mysql.c +++ b/src/datastore/plugin_datastore_mysql.c @@ -76,7 +76,7 @@ * a safe partition etc. The $HOME/.my.cnf can of course be a symbolic * link. Even greater security risk can be achieved by setting no * password for $USER. Luckily $USER has only priviledges to mess - * up GNUnet's tables, nothing else (unless you give him more, + * up GNUnet's tables, nothing else (unless you give them more, * of course).

* * 4) Still, perhaps you should briefly try if the DB connection diff --git a/src/fs/gnunet-service-fs_cp.h b/src/fs/gnunet-service-fs_cp.h index 5e98f4940..dc7e03f4a 100644 --- a/src/fs/gnunet-service-fs_cp.h +++ b/src/fs/gnunet-service-fs_cp.h @@ -84,7 +84,7 @@ struct GSF_PeerPerformanceData /** * If we get content we already have from this peer, for how - * long do we block him? Adjusted based on the fraction of + * long do we block it? Adjusted based on the fraction of * redundant data we receive, between 1s and 1h. */ struct GNUNET_TIME_Relative migration_delay; diff --git a/src/include/block_dns.h b/src/include/block_dns.h index f54a51232..234ed502d 100644 --- a/src/include/block_dns.h +++ b/src/include/block_dns.h @@ -38,7 +38,7 @@ GNUNET_NETWORK_STRUCT_BEGIN struct GNUNET_DNS_Advertisement { /** - * Signature of the peer affirming that he is offering the service. + * Signature of the peer affirming that it is offering the service. */ struct GNUNET_CRYPTO_EddsaSignature signature; diff --git a/src/include/gnunet_core_service.h b/src/include/gnunet_core_service.h index e25043d17..b38f38b69 100644 --- a/src/include/gnunet_core_service.h +++ b/src/include/gnunet_core_service.h @@ -232,7 +232,7 @@ enum GNUNET_CORE_KxState /** * The other peer has confirmed our session key + PING with a PONG - * message encrypted with his session key (which we got). Key + * message encrypted with their session key (which we got). Key * exchange is done. */ GNUNET_CORE_KX_STATE_UP, diff --git a/src/include/gnunet_os_lib.h b/src/include/gnunet_os_lib.h index 86957a25c..98469a156 100644 --- a/src/include/gnunet_os_lib.h +++ b/src/include/gnunet_os_lib.h @@ -556,7 +556,7 @@ GNUNET_OS_command_run (GNUNET_OS_LineProcessor proc, /** - * Retrieve the status of a process, waiting on him if dead. + * Retrieve the status of a process, waiting on it if dead. * Nonblocking version. * * @param proc pointer to process structure @@ -586,7 +586,7 @@ GNUNET_OS_process_wait (struct GNUNET_OS_Process *proc); /** - * Retrieve the status of a process, waiting on him if dead. + * Retrieve the status of a process, waiting on it if dead. * Blocking version. * * @param proc pointer to process structure diff --git a/src/include/gnunet_psyc_service.h b/src/include/gnunet_psyc_service.h index f31de0e67..053fe4495 100644 --- a/src/include/gnunet_psyc_service.h +++ b/src/include/gnunet_psyc_service.h @@ -135,7 +135,7 @@ enum GNUNET_PSYC_ChannelFlags enum GNUNET_PSYC_Policy { /** - * Anyone can join the channel, without announcing his presence; + * Anyone can join the channel, without announcing their presence; * all messages are always public and can be distributed freely. * Joins may be announced, but this is not required. */ diff --git a/src/include/gnunet_secretsharing_service.h b/src/include/gnunet_secretsharing_service.h index bd11df982..a3f44222e 100644 --- a/src/include/gnunet_secretsharing_service.h +++ b/src/include/gnunet_secretsharing_service.h @@ -248,7 +248,7 @@ GNUNET_SECRETSHARING_encrypt (const struct GNUNET_SECRETSHARING_PublicKey *publi * published the same value, it will be decrypted. * * When the operation is canceled, the decrypt_cb is not called anymore, but the calling - * peer may already have irrevocably contributed his share for the decryption of the value. + * peer may already have irrevocably contributed its share for the decryption of the value. * * @param cfg configuration to use * @param share our secret share to use for decryption @@ -273,7 +273,7 @@ GNUNET_SECRETSHARING_decrypt (const struct GNUNET_CONFIGURATION_Handle *cfg, * Cancel a decryption. * * The decrypt_cb is not called anymore, but the calling - * peer may already have irrevocably contributed his share for the decryption of the value. + * peer may already have irrevocably contributed its share for the decryption of the value. * * @param dh to cancel */ diff --git a/src/include/gnunet_signatures.h b/src/include/gnunet_signatures.h index bc9e3dc16..d7accaf2c 100644 --- a/src/include/gnunet_signatures.h +++ b/src/include/gnunet_signatures.h @@ -134,7 +134,7 @@ extern "C" /** * Accept state in regex DFA. Peer affirms that - * he offers the matching service. + * it offers the matching service. */ #define GNUNET_SIGNATURE_PURPOSE_REGEX_ACCEPT 18 diff --git a/src/rps/gnunet-service-rps.c b/src/rps/gnunet-service-rps.c index 8fe64c2eb..84fb33be2 100644 --- a/src/rps/gnunet-service-rps.c +++ b/src/rps/gnunet-service-rps.c @@ -243,7 +243,7 @@ struct PeerContext /** * This is pobably followed by 'statistical' data (when we first saw - * him, how did we get his ID, how many pushes (in a timeinterval), + * it, how did we get its ID, how many pushes (in a timeinterval), * ...) */ }; @@ -2735,7 +2735,7 @@ cleanup_destroyed_channel (void *cls, return; } else - { /* Other peer destroyed our sending channel that he is supposed to keep + { /* Other peer destroyed our sending channel that it is supposed to keep * open. It probably went down. Remove it from our knowledge. */ Peers_cleanup_destroyed_channel (cls, channel); remove_peer (peer); diff --git a/src/secretsharing/gnunet-service-secretsharing.c b/src/secretsharing/gnunet-service-secretsharing.c index 505af0fba..1f565cfeb 100644 --- a/src/secretsharing/gnunet-service-secretsharing.c +++ b/src/secretsharing/gnunet-service-secretsharing.c @@ -51,7 +51,7 @@ struct KeygenPeerInfo struct GNUNET_CRYPTO_PaillierPublicKey paillier_public_key; /** - * The peer's commitment to his presecret. + * The peer's commitment to its presecret. */ gcry_mpi_t presecret_commitment; diff --git a/src/secretsharing/secretsharing_api.c b/src/secretsharing/secretsharing_api.c index cfb13f520..2a828f08d 100644 --- a/src/secretsharing/secretsharing_api.c +++ b/src/secretsharing/secretsharing_api.c @@ -314,7 +314,7 @@ handle_decrypt_done (void *cls, * published the same value, it will be decrypted. * * When the operation is canceled, the decrypt_cb is not called anymore, but the calling - * peer may already have irrevocably contributed his share for the decryption of the value. + * peer may already have irrevocably contributed its share for the decryption of the value. * * @param share our secret share to use for decryption * @param ciphertext ciphertext to publish in order to decrypt it (if enough peers agree) @@ -485,7 +485,7 @@ GNUNET_SECRETSHARING_encrypt (const struct GNUNET_SECRETSHARING_PublicKey *publi * Cancel a decryption. * * The decrypt_cb is not called anymore, but the calling - * peer may already have irrevocably contributed his share for the decryption of the value. + * peer may already have irrevocably contributed its share for the decryption of the value. * * @param dh to cancel */ diff --git a/src/secretsharing/secretsharing_protocol.h b/src/secretsharing/secretsharing_protocol.h index 7627deb30..da1454ec0 100644 --- a/src/secretsharing/secretsharing_protocol.h +++ b/src/secretsharing/secretsharing_protocol.h @@ -58,7 +58,7 @@ struct GNUNET_SECRETSHARING_KeygenCommitData */ struct GNUNET_CRYPTO_PaillierPublicKey pubkey; /** - * Commitment of 'peer' to his presecret. + * Commitment of 'peer' to its presecret. */ struct GNUNET_HashCode commitment GNUNET_PACKED; }; diff --git a/src/set/gnunet-service-set.h b/src/set/gnunet-service-set.h index c9e59b441..f7c262eac 100644 --- a/src/set/gnunet-service-set.h +++ b/src/set/gnunet-service-set.h @@ -125,7 +125,7 @@ typedef struct OperationState * * @param op operation that is created, should be initialized to * begin the evaluation * @param opaque_context message to be transmitted to the listener - * to convince him to accept, may be NULL + * to convince it to accept, may be NULL * @return operation-specific state to keep in @a op */ typedef struct OperationState * diff --git a/src/set/gnunet-service-set_intersection.c b/src/set/gnunet-service-set_intersection.c index 0561df406..254763b45 100644 --- a/src/set/gnunet-service-set_intersection.c +++ b/src/set/gnunet-service-set_intersection.c @@ -695,7 +695,7 @@ initialize_map_unfiltered (void *cls, /** * Send our element count to the peer, in case our element count is - * lower than his. + * lower than theirs. * * @param op intersection operation */ @@ -1077,7 +1077,7 @@ handle_intersection_p2p_done (void *cls, * @param op operation that is created, should be initialized to * begin the evaluation * @param opaque_context message to be transmitted to the listener - * to convince him to accept, may be NULL + * to convince it to accept, may be NULL * @return operation-specific state to keep in @a op */ static struct OperationState * diff --git a/src/set/gnunet-service-set_union.c b/src/set/gnunet-service-set_union.c index 7af220374..c3c14f1ba 100644 --- a/src/set/gnunet-service-set_union.c +++ b/src/set/gnunet-service-set_union.c @@ -2149,7 +2149,7 @@ handle_union_p2p_done (void *cls, * * We should notify the active peer once * all our demands are satisfied, so that the active - * peer can quit if we gave him everything. + * peer can quit if we gave it everything. */ GNUNET_CADET_receive_done (op->channel); maybe_finish (op); @@ -2194,7 +2194,7 @@ handle_union_p2p_over (void *cls, * * @param op operation to perform (to be initialized) * @param opaque_context message to be transmitted to the listener - * to convince him to accept, may be NULL + * to convince it to accept, may be NULL */ static struct OperationState * union_evaluate (struct Operation *op, diff --git a/src/topology/gnunet-daemon-topology.c b/src/topology/gnunet-daemon-topology.c index 829fb5352..f7a4e4525 100644 --- a/src/topology/gnunet-daemon-topology.c +++ b/src/topology/gnunet-daemon-topology.c @@ -111,7 +111,7 @@ struct Peer uint32_t strength; /** - * Is this peer listed here because he is a friend? + * Is this peer listed here because it is a friend? */ int is_friend; diff --git a/src/transport/gnunet-service-transport.c b/src/transport/gnunet-service-transport.c index 6ebc6da8c..8c4f33fd0 100644 --- a/src/transport/gnunet-service-transport.c +++ b/src/transport/gnunet-service-transport.c @@ -612,7 +612,7 @@ notify_client_about_neighbour (void *cls, /** * Initialize a normal client. We got a start message from this - * client, add him to the list of clients for broadcasting of inbound + * client, add it to the list of clients for broadcasting of inbound * messages. * * @param cls the client @@ -2173,7 +2173,7 @@ test_connection_ok (void *cls, /** * Initialize a blacklisting client. We got a blacklist-init - * message from this client, add him to the list of clients + * message from this client, add it to the list of clients * to query for blacklisting. * * @param cls the client diff --git a/src/transport/gnunet-service-transport_neighbours.c b/src/transport/gnunet-service-transport_neighbours.c index b1f3965ad..3965bc13e 100644 --- a/src/transport/gnunet-service-transport_neighbours.c +++ b/src/transport/gnunet-service-transport_neighbours.c @@ -179,7 +179,7 @@ struct GNUNET_ATS_SessionQuotaMessage /** - * Message we send to the other peer to notify him that we intentionally + * Message we send to the other peer to notify it that we intentionally * are disconnecting (to reduce timeouts). This is just a friendly * notification, peers must not rely on always receiving disconnect * messages. @@ -3081,7 +3081,7 @@ master_task (void *cls) /** * Send a ACK message to the neighbour to confirm that we - * got his SYN_ACK. + * got its SYN_ACK. * * @param n neighbour to send the ACK to */ diff --git a/src/util/os_priority.c b/src/util/os_priority.c index d13991334..a758f24f1 100644 --- a/src/util/os_priority.c +++ b/src/util/os_priority.c @@ -1588,7 +1588,7 @@ GNUNET_OS_start_process_s (int pipe_control, /** - * Retrieve the status of a process, waiting on him if dead. + * Retrieve the status of a process, waiting on it if dead. * Nonblocking version. * * @param proc process ID @@ -1705,7 +1705,7 @@ process_status (struct GNUNET_OS_Process *proc, /** - * Retrieve the status of a process, waiting on him if dead. + * Retrieve the status of a process, waiting on it if dead. * Nonblocking version. * * @param proc process ID @@ -1726,7 +1726,7 @@ GNUNET_OS_process_status (struct GNUNET_OS_Process *proc, /** - * Retrieve the status of a process, waiting on him if dead. + * Retrieve the status of a process, waiting on it if dead. * Blocking version. * * @param proc pointer to process structure -- cgit v1.2.3