diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2008-01-15 07:41:39 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2008-01-15 07:41:39 +0200 |
commit | 949d4346e2d75bcd9dcb66c394d8d851d8db3aa0 (patch) | |
tree | 4e7f4c1efe3406b616d3e3002d4565f7f99c9189 /tests/test_index.c | |
parent | Added precomputed range coder probability price table. (diff) | |
download | xz-949d4346e2d75bcd9dcb66c394d8d851d8db3aa0.tar.xz |
Fix typo in test_index.c.
Diffstat (limited to 'tests/test_index.c')
-rw-r--r-- | tests/test_index.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_index.c b/tests/test_index.c index 2c006045..105abb16 100644 --- a/tests/test_index.c +++ b/tests/test_index.c @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // -/// \file test_inndex.c +/// \file test_index.c /// \brief Tests functions handling the lzma_index structure // // Copyright (C) 2007 Lasse Collin |