diff options
-rw-r--r-- | src/identity/identity_api_lookup.c | 2 | ||||
-rw-r--r-- | src/include/gnunet_identity_service.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/identity/identity_api_lookup.c b/src/identity/identity_api_lookup.c index 1d45136e33..87e4face14 100644 --- a/src/identity/identity_api_lookup.c +++ b/src/identity/identity_api_lookup.c @@ -75,7 +75,7 @@ struct GNUNET_IDENTITY_EgoLookup * * @param cls closure with the `struct GNUNET_IDENTITY_EgoLookup` * @param ego ego handle - * @param ego_ctx context for application to store data for this ego + * @param ctx context for application to store data for this ego * (during the lifetime of this process, initially NULL) * @param name name assigned by the user for this ego, * NULL if the user just deleted the ego and it diff --git a/src/include/gnunet_identity_service.h b/src/include/gnunet_identity_service.h index a31c063d07..69a6e89283 100644 --- a/src/include/gnunet_identity_service.h +++ b/src/include/gnunet_identity_service.h @@ -129,7 +129,7 @@ GNUNET_IDENTITY_ego_get_public_key (const struct GNUNET_IDENTITY_Ego *ego, * * @param cls closure * @param ego ego handle - * @param ego_ctx context for application to store data for this ego + * @param ctx context for application to store data for this ego * (during the lifetime of this process, initially NULL) * @param name name assigned by the user for this ego, * NULL if the user just deleted the ego and it |