summaryrefslogtreecommitdiff
path: root/src/caffe/common.cpp
diff options
context:
space:
mode:
authorYangqing Jia <jiayq84@gmail.com>2014-07-28 13:44:40 -0700
committerYangqing Jia <jiayq84@gmail.com>2014-07-28 13:44:40 -0700
commitad5ce91c6d16b25cae911f475867f05279197aaa (patch)
tree55826caa4c7120ab12e792040924cb3d42d7c2a6 /src/caffe/common.cpp
parent9fc6ff3586ed8d8e341d25c2a2fb2e41c8e22e56 (diff)
downloadcaffeonacl-ad5ce91c6d16b25cae911f475867f05279197aaa.tar.gz
caffeonacl-ad5ce91c6d16b25cae911f475867f05279197aaa.tar.bz2
caffeonacl-ad5ce91c6d16b25cae911f475867f05279197aaa.zip
fixing comment
Diffstat (limited to 'src/caffe/common.cpp')
-rw-r--r--src/caffe/common.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/caffe/common.cpp b/src/caffe/common.cpp
index 9eea0cac..ed46b3aa 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_