summaryrefslogtreecommitdiff
path: root/tbdiff/tbdiff-io.c
diff options
context:
space:
mode:
Diffstat (limited to 'tbdiff/tbdiff-io.c')
-rw-r--r--tbdiff/tbdiff-io.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tbdiff/tbdiff-io.c b/tbdiff/tbdiff-io.c
index 698273b..14249bd 100644
--- a/tbdiff/tbdiff-io.c
+++ b/tbdiff/tbdiff-io.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011-2012 Codethink Ltd.
+ * Copyright (C) 2011-2014 Codethink Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License Version 2 as
@@ -22,7 +22,7 @@
#include <tbdiff/tbdiff-stat.h>
#if __BYTE_ORDER == __BIG_ENDIAN
-//inverts the indices of an array of bytes.
+/*inverts the indices of an array of bytes. */
static void byteswap (char* value, int size) {
char tmp;
int i;