From ad5ce91c6d16b25cae911f475867f05279197aaa Mon Sep 17 00:00:00 2001 From: Yangqing Jia Date: Mon, 28 Jul 2014 13:44:40 -0700 Subject: [PATCH] fixing comment --- src/caffe/common.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/caffe/common.cpp b/src/caffe/common.cpp index 9eea0ca..ed46b3a 100644 --- a/src/caffe/common.cpp +++ b/src/caffe/common.cpp @@ -10,8 +10,7 @@ // gflags 2.1 issue: namespace google was changed to gflags without warning. // Luckily we will be able to use GFLAGS_GFAGS_H_ to detect if it is version -// 2.1. If it is not, we will add a temporary solution to redirect the -// namespace. +// 2.1. If yes , we will add a temporary solution to redirect the namespace. // TODO(Yangqing): Once gflags solves the problem in a more elegant way, let's // remove the following hack. #ifdef GFLAGS_GFLAGS_H_ -- 2.7.4