aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/lib/io
diff options
context:
space:
mode:
authorGravatar Saurabh Saxena <srbs@google.com>2017-09-06 11:10:25 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-09-06 11:14:13 -0700
commit468190c1ea0286842db3f0e598707e4000ab57f3 (patch)
tree2b03266fb588d152d3544264f2390ef95cf12d73 /tensorflow/core/lib/io
parent86b94d8a17783773681b585df474bbda300b62f7 (diff)
Fix minor documentation error in ZlibInputStream.
PiperOrigin-RevId: 167745218
Diffstat (limited to 'tensorflow/core/lib/io')
-rw-r--r--tensorflow/core/lib/io/zlib_inputstream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/lib/io/zlib_inputstream.h b/tensorflow/core/lib/io/zlib_inputstream.h
index a8a4e7c83c..8faa7dcb8f 100644
--- a/tensorflow/core/lib/io/zlib_inputstream.h
+++ b/tensorflow/core/lib/io/zlib_inputstream.h
@@ -37,7 +37,7 @@ namespace io {
// by multiple threads
class ZlibInputStream : public InputStreamInterface {
public:
- // Create a ZlibInputBuffer for `input_stream` with a buffer of size
+ // Create a ZlibInputStream for `input_stream` with a buffer of size
// `input_buffer_bytes` bytes for reading contents from `input_stream` and
// another buffer with size `output_buffer_bytes` for caching decompressed
// contents. Does *not* take ownership of "input_stream".