summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/libirecovery.h3
-rw-r--r--src/libirecovery.c3
-rw-r--r--tools/irecovery.c3
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