From 0e70ee31c22c3893e63c1e95403906e75be5d3b2 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Mon, 31 May 2010 21:25:56 +0200 Subject: idevicebackup: Fix comment --- tools/idevicebackup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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) { -- cgit v1.1-32-gdbae