diff options
Diffstat (limited to 'src/house_arrest.c')
-rw-r--r-- | src/house_arrest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/house_arrest.c b/src/house_arrest.c index ec76346..b3dbbf8 100644 --- a/src/house_arrest.c +++ b/src/house_arrest.c @@ -235,7 +235,7 @@ house_arrest_error_t house_arrest_get_result(house_arrest_client_t client, plist * @return AFC_E_SUCCESS if the afc client was successfully created, * AFC_E_INVALID_ARG if client is invalid or was already used to create * an afc client, or an AFC_E_* error code returned by - * afc_client_new_from_connection(). + * afc_client_new_with_service_client(). */ afc_error_t afc_client_new_from_house_arrest_client(house_arrest_client_t client, afc_client_t *afc_client) { |