From 1e7730800f19b0996fc8521d4d4ab29c124a54ed Mon Sep 17 00:00:00 2001 From: Yangqing Jia Date: Tue, 30 Jun 2015 09:26:56 -0700 Subject: [PATCH] bottlefeeding. --- caffe2/utils/simple_queue.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/caffe2/utils/simple_queue.h b/caffe2/utils/simple_queue.h index 7bb883f559de..ae7a96a11021 100644 --- a/caffe2/utils/simple_queue.h +++ b/caffe2/utils/simple_queue.h @@ -9,8 +9,8 @@ namespace caffe2 { -// This is a very simple queue that Yangqing wrote when nursing the baby, so -// don't take it seriously. What it does is a minimal thread-safe queue that +// This is a very simple queue that Yangqing wrote when bottlefeeding the baby, +// so don't take it seriously. What it does is a minimal thread-safe queue that // allows me to run network as a DAG. // // A usual work pattern looks like this: one or multiple producers push jobs