From 8979675bdf0079f6dd460ce771cb73858fa7c684 Mon Sep 17 00:00:00 2001 From: Pascal Massimino Date: Mon, 23 Apr 2012 07:19:02 +0000 Subject: [PATCH] harmonize header description Change-Id: Ie0256794e663b58557e7234f08af3d516071001e --- src/utils/huffman.c | 2 +- src/utils/huffman.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/huffman.c b/src/utils/huffman.c index c5b322d3..7b9e8fd7 100644 --- a/src/utils/huffman.c +++ b/src/utils/huffman.c @@ -5,7 +5,7 @@ // Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // ----------------------------------------------------------------------------- // -// A utility for reading Canonical Huffman Codes. +// Utilities for building and looking up Huffman trees. // // Author: urvang@google.com (Urvang Joshi) diff --git a/src/utils/huffman.h b/src/utils/huffman.h index f9668ca2..dc3edc81 100644 --- a/src/utils/huffman.h +++ b/src/utils/huffman.h @@ -5,7 +5,7 @@ // Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // ----------------------------------------------------------------------------- // -// A utility for building and reading looking up trees for Huffman coding. +// Utilities for building and looking up Huffman trees. // // Author: urvang@google.com (Urvang Joshi)