diff options
author | Martin Szulecki | 2013-09-26 22:04:22 +0200 |
---|---|---|
committer | Martin Szulecki | 2013-09-26 22:04:22 +0200 |
commit | 503c7edca291bb5a0b9cd14e47f71c5fadfe37c3 (patch) | |
tree | 167e28f10215c8b26afbee603847f26c37abf41e | |
parent | 2294d3f4b7b3a65d16241c701d3b0fc93dea7e26 (diff) | |
download | libirecovery-503c7edca291bb5a0b9cd14e47f71c5fadfe37c3.tar.gz libirecovery-503c7edca291bb5a0b9cd14e47f71c5fadfe37c3.tar.bz2 |
Fix header comment syntax
-rw-r--r-- | include/libirecovery.h | 3 | ||||
-rw-r--r-- | src/libirecovery.c | 3 | ||||
-rw-r--r-- | tools/irecovery.c | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/include/libirecovery.h b/include/libirecovery.h index 56e5fd2..fbc0a8f 100644 --- a/include/libirecovery.h +++ b/include/libirecovery.h @@ -1,5 +1,6 @@ /* - * libirecovery.h - communication to iBoot/iBSS on Apple iOS devices via USB + * libirecovery.h + * Communication to iBoot/iBSS on Apple iOS devices via USB * * Copyright (c) 2012-2013 Martin Szulecki <m.szulecki@libimobiledevice.org> * Copyright (c) 2010 Chronic-Dev Team diff --git a/src/libirecovery.c b/src/libirecovery.c index 7aebc32..90fa785 100644 --- a/src/libirecovery.c +++ b/src/libirecovery.c @@ -1,5 +1,6 @@ /* - * libirecovery.c - communication to iBoot/iBSS on Apple iOS devices via USB + * libirecovery.c + * Communication to iBoot/iBSS on Apple iOS devices via USB * * Copyright (c) 2012-2013 Martin Szulecki <m.szulecki@libimobiledevice.org> * Copyright (c) 2010 Chronic-Dev Team diff --git a/tools/irecovery.c b/tools/irecovery.c index 075ee79..9ae0cf9 100644 --- a/tools/irecovery.c +++ b/tools/irecovery.c @@ -1,5 +1,6 @@ /* - * irecovery.c - software frontend for iBoot/iBSS communication for iOS devices + * irecovery.c + * Software frontend for iBoot/iBSS communication with iOS devices * * Copyright (c) 2012-2013 Martin Szulecki <m.szulecki@libimobiledevice.org> * Copyright (c) 2010-2011 Chronic-Dev Team |