summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/libjpeg/wrjpgcom.c
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/libjpeg/wrjpgcom.c')
-rw-r--r--3rdparty/libjpeg/wrjpgcom.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/3rdparty/libjpeg/wrjpgcom.c b/3rdparty/libjpeg/wrjpgcom.c
index d1bfcc9d58e..571e9d07c77 100644
--- a/3rdparty/libjpeg/wrjpgcom.c
+++ b/3rdparty/libjpeg/wrjpgcom.c
@@ -2,7 +2,7 @@
* wrjpgcom.c
*
* Copyright (C) 1994-1997, Thomas G. Lane.
- * Modified 2015 by Guido Vollbeding.
+ * Modified 2015-2017 by Guido Vollbeding.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying README file.
*
@@ -254,7 +254,7 @@ copy_variable (void)
if (length < 2)
ERREXIT("Erroneous JPEG marker length");
length -= 2;
- /* Skip over the remaining bytes */
+ /* Copy the remaining bytes */
while (length > 0) {
write_1_byte(read_1_byte());
length--;