aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2008-04-28 17:06:34 +0300
committerLasse Collin <lasse.collin@tukaani.org>2008-04-28 17:06:34 +0300
commit3be21fb12f4cec2cf07799e8960382f4cb375369 (patch)
treea20ea08ae1eb3237a73cc68c2f0828a57f56e381 /tests
parentPrevent LZ encoder from hanging with known uncompressed (diff)
downloadxz-3be21fb12f4cec2cf07799e8960382f4cb375369.tar.xz
Fixed wrong spelling "limitter" to "limiter". This affects
liblzma's API.
Diffstat (limited to 'tests')
-rw-r--r--tests/test_memlimit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_memlimit.c b/tests/test_memlimit.c
index 8b156401..166e45b5 100644
--- a/tests/test_memlimit.c
+++ b/tests/test_memlimit.c
@@ -1,10 +1,10 @@
///////////////////////////////////////////////////////////////////////////////
//
/// \file test_memlimit.c
-/// \brief Tests the memory usage limitter
+/// \brief Tests the memory usage limiter
///
/// \note These tests cannot be done at exact byte count accuracy,
-/// because memory limitter takes into account the memory wasted
+/// because memory limiter takes into account the memory wasted
/// by bookkeeping structures and alignment (padding).
//
// Copyright (C) 2008 Lasse Collin