Skip to content

Commit cbb82ad

Browse files
Put back the final few lines of what was truncated during the license header change. R=csilvers DELTA=5 (4 added, 0 deleted, 1 changed) Revision created by MOE tool push_codebase. MOE_MIGRATION=1094 git-svn-id: http://snappy.googlecode.com/svn/trunk@22 03e5f5b5-db94-4691-08a0-1a8bf15f6143
1 parent 328d1c4 commit cbb82ad

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

snappy-internal.h

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2626
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2727
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28+
//
29+
// Internals shared between the Snappy implementation and its unittest.
2830

2931
#ifndef UTIL_SNAPPY_SNAPPY_INTERNAL_H_
3032
#define UTIL_SNAPPY_SNAPPY_INTERNAL_H_

snappy.h

+3-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@
2525
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2626
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2727
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28-
28+
//
29+
// A light-weight compression algorithm. It is designed for speed of
30+
// compression and decompression, rather than for the utmost in space
2931
// savings.
3032
//
3133
// For getting better compression ratios when you are compressing data

0 commit comments

Comments
 (0)