diff options
author | Nikias Bassen | 2010-05-31 21:25:56 +0200 |
---|---|---|
committer | Nikias Bassen | 2010-05-31 21:25:56 +0200 |
commit | 0e70ee31c22c3893e63c1e95403906e75be5d3b2 (patch) | |
tree | 24b66e4f53af7389cba8ce7e1c52cda9d10bf35d /tools | |
parent | b5b838a771c4b62023ee109d507fe83041001d27 (diff) | |
download | libimobiledevice-0e70ee31c22c3893e63c1e95403906e75be5d3b2.tar.gz libimobiledevice-0e70ee31c22c3893e63c1e95403906e75be5d3b2.tar.bz2 |
idevicebackup: Fix comment
Diffstat (limited to 'tools')
-rw-r--r-- | tools/idevicebackup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/idevicebackup.c b/tools/idevicebackup.c index 1eb12b0..d6380d0 100644 --- a/tools/idevicebackup.c +++ b/tools/idevicebackup.c @@ -544,7 +544,7 @@ int main(int argc, char *argv[]) afc_client_new(phone, port, &afc); } - /* start syslog_relay service and retrieve port */ + /* start mobilebackup service and retrieve port */ port = 0; ret = lockdownd_start_service(client, MOBILEBACKUP_SERVICE_NAME, &port); if ((ret == LOCKDOWN_E_SUCCESS) && port) { |