summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2015-09-24 20:21:22 +0200
committerGravatar Nikias Bassen2015-09-24 20:21:22 +0200
commite658bf5278c22df809a8665242a304fea5234a30 (patch)
treef62732d69ff4d9807930c744316d376d097e79c2
parent448c063a4ade0713faccf6664f958072c8363f34 (diff)
downloadidevicerestore-e658bf5278c22df809a8665242a304fea5234a30.tar.gz
idevicerestore-e658bf5278c22df809a8665242a304fea5234a30.tar.bz2
Fix some file header comments
-rw-r--r--src/asr.c2
-rw-r--r--src/dfu.h2
-rw-r--r--src/download.h2
-rw-r--r--src/limera1n_payload.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/asr.c b/src/asr.c
index 9f87150..e4c24c4 100644
--- a/src/asr.c
+++ b/src/asr.c
@@ -1,5 +1,5 @@
/*
- * asr.h
+ * asr.c
* Functions for handling asr connections
*
* Copyright (c) 2010-2012 Martin Szulecki. All Rights Reserved.
diff --git a/src/dfu.h b/src/dfu.h
index 1d297bb..54535c4 100644
--- a/src/dfu.h
+++ b/src/dfu.h
@@ -1,6 +1,6 @@
/*
* dfu.h
- * Functions for handling idevices in normal mode
+ * Functions for handling idevices in DFU mode
*
* Copyright (c) 2010-2013 Martin Szulecki. All Rights Reserved.
* Copyright (c) 2012 Nikias Bassen. All Rights Reserved.
diff --git a/src/download.h b/src/download.h
index 1c60e4e..733a292 100644
--- a/src/download.h
+++ b/src/download.h
@@ -17,7 +17,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef IDEVICERESTORE_DOWNLOAD_H
#define IDEVICERESTORE_DOWNLOAD_H
diff --git a/src/limera1n_payload.h b/src/limera1n_payload.h
index cc6f570..bec3105 100644
--- a/src/limera1n_payload.h
+++ b/src/limera1n_payload.h
@@ -1,5 +1,5 @@
/*
- * limera1n.h
+ * limera1n_payload.h
* Payload for limera1n exploit
*
* Copyright (c) 2012 Nikias Bassen. All Rights Reserved.