This commit is contained in:
Shu Zhang 2015-12-24 20:32:29 -08:00
parent 4fd23fb130
commit 4dfdd1d928
1 changed files with 1 additions and 1 deletions

View File

@ -594,7 +594,7 @@ Status HdfsEnv::NewLogger(const std::string& fname,
return Status::OK();
}
// The factory method for creating an HDFS Env
// The factory method for creating an HDFS Env
Status NewHdfsEnv(Env** hdfs_env, const std::string& fsname) {
*hdfs_env = new HdfsEnv(fsname);
return Status::OK();