summaryrefslogtreecommitdiffstats
path: root/tools/idevicebackup.c
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2010-05-31 21:25:56 +0200
committerGravatar Nikias Bassen2010-05-31 21:25:56 +0200
commit0e70ee31c22c3893e63c1e95403906e75be5d3b2 (patch)
tree24b66e4f53af7389cba8ce7e1c52cda9d10bf35d /tools/idevicebackup.c
parentb5b838a771c4b62023ee109d507fe83041001d27 (diff)
downloadlibimobiledevice-0e70ee31c22c3893e63c1e95403906e75be5d3b2.tar.gz
libimobiledevice-0e70ee31c22c3893e63c1e95403906e75be5d3b2.tar.bz2
idevicebackup: Fix comment
Diffstat (limited to 'tools/idevicebackup.c')
-rw-r--r--tools/idevicebackup.c2
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) {