diff --git a/paddle/fluid/operators/reader/create_double_buffer_reader_op.cc b/paddle/fluid/operators/reader/create_double_buffer_reader_op.cc index 3f1d36a3e6eb94e843c4084c9e7eec82d5c663fa..342cd2a54902f45367f7f93f9bccb7f42952bd93 100644 --- a/paddle/fluid/operators/reader/create_double_buffer_reader_op.cc +++ b/paddle/fluid/operators/reader/create_double_buffer_reader_op.cc @@ -20,7 +20,7 @@ namespace paddle { namespace operators { namespace reader { -// 'Double buffer' means we shall maintain two batch of input data at the same +// 'Double buffer' means we shall maintain two batches of input data at the same // time. So the kCacheSize shoul be at least 2. static constexpr size_t kCacheSize = 2; // There will be two bacthes out of the channel during training: