From 503c7edca291bb5a0b9cd14e47f71c5fadfe37c3 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Thu, 26 Sep 2013 22:04:22 +0200 Subject: Fix header comment syntax --- include/libirecovery.h | 3 ++- src/libirecovery.c | 3 ++- 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 * 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 * 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 * Copyright (c) 2010-2011 Chronic-Dev Team -- cgit v1.1-32-gdbae