about summary refs log tree commit homepage
path: root/lib/dtas/source
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-02-13 09:24:10 +0000
committerEric Wong <e@80x24.org>2015-02-13 09:24:10 +0000
commit1167fad45bf65f22871190fc6468148287ef5aa8 (patch)
tree70901cab95bc834afe7941433ec0662cc00ef594 /lib/dtas/source
parent33746aa40a70e38aa8386d81d1f22a884db3ed9f (diff)
downloaddtas-1167fad45bf65f22871190fc6468148287ef5aa8.tar.gz
For seeking, the name might be a little confusing,
but this is zero relative to the current queued source.
Diffstat (limited to 'lib/dtas/source')
-rw-r--r--lib/dtas/source/common.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dtas/source/common.rb b/lib/dtas/source/common.rb
index 2fdcea8..94cea7d 100644
--- a/lib/dtas/source/common.rb
+++ b/lib/dtas/source/common.rb
@@ -1,7 +1,7 @@
 # Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
 # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt)
 module DTAS::Source::Common # :nodoc:
-  attr_reader :dst_zero_byte
+  attr_reader :dst_zero_byte # first byte this source object saw
   attr_reader :dst
   attr_accessor :requeued