bottlefeeding.
diff --git a/caffe2/utils/simple_queue.h b/caffe2/utils/simple_queue.h
index 7bb883f..ae7a96a 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