aboutsummaryrefslogtreecommitdiff
path: root/src/org/tukaani
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2013-05-09 22:26:05 +0300
committerLasse Collin <lasse.collin@tukaani.org>2013-05-09 22:26:05 +0300
commita896f1956ad1049a7c6efd491e4def09f4d625f1 (patch)
tree2e665c659fa2bc57f6d375b5f40c4cc4d81279aa /src/org/tukaani
parent98e36373ebf1a304c62adccee8aeda044efb2bfa (diff)
downloadxz-java-a896f1956ad1049a7c6efd491e4def09f4d625f1.tar.gz
Fix a comment.
Diffstat (limited to 'src/org/tukaani')
-rw-r--r--src/org/tukaani/xz/lz/LZEncoder.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/org/tukaani/xz/lz/LZEncoder.java b/src/org/tukaani/xz/lz/LZEncoder.java
index a84a2a7..7cef66a 100644
--- a/src/org/tukaani/xz/lz/LZEncoder.java
+++ b/src/org/tukaani/xz/lz/LZEncoder.java
@@ -25,7 +25,7 @@ public abstract class LZEncoder {
/**
* Number of bytes that must be available, the current byte included,
- * to make hasEnoughInput return true. Flushing and finishing are
+ * to make hasEnoughData return true. Flushing and finishing are
* naturally exceptions to this since there cannot be any data after
* the end of the uncompressed input.
*/