From ccfd28f0ce802aa11b1e0eac0e3dab239a0c9028 Mon Sep 17 00:00:00 2001 From: gdh1995 Date: Sun, 26 Apr 2015 22:51:21 +0800 Subject: [PATCH] fix a typo that GFLAGS_GFLAGS_H_ -> GFLAGS_GFAGS_H_ --- include/caffe/common.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/caffe/common.hpp b/include/caffe/common.hpp index 6cf80a3..5f86bc2 100644 --- a/include/caffe/common.hpp +++ b/include/caffe/common.hpp @@ -19,7 +19,7 @@ #include "caffe/util/device_alternate.hpp" // 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 +// Luckily we will be able to use GFLAGS_GFLAGS_H_ to detect if it is version // 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. -- 2.7.4