summaryrefslogtreecommitdiffstats
path: root/dec_stream.cc
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 15:40:18 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 15:40:18 +0000
commit1df8b167e42bcbcb0a102d8c41adb29efa5eebfd (patch)
tree3d520142fdf1756250c93f6828fb75b89dc6d4fa /dec_stream.cc
parentAdding upstream version 1.3~pre1. (diff)
downloadplzip-1df8b167e42bcbcb0a102d8c41adb29efa5eebfd.tar.xz
plzip-1df8b167e42bcbcb0a102d8c41adb29efa5eebfd.zip
Adding upstream version 1.3.upstream/1.3
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'dec_stream.cc')
-rw-r--r--dec_stream.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dec_stream.cc b/dec_stream.cc
index 64eaa30..a814194 100644
--- a/dec_stream.cc
+++ b/dec_stream.cc
@@ -1,6 +1,6 @@
/* Plzip - Parallel compressor compatible with lzip
Copyright (C) 2009 Laszlo Ersek.
- Copyright (C) 2009-2014 Antonio Diaz Diaz.
+ Copyright (C) 2009-2015 Antonio Diaz Diaz.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -213,7 +213,7 @@ public:
// Search forward from 'pos' for "LZIP" (Boyer-Moore algorithm)
-// Return pos of found string or 'pos+size' if not found.
+// Returns pos of found string or 'pos+size' if not found.
//
int find_magic( const uint8_t * const buffer, const int pos, const int size )
{