Fixing typo in SimpleLogger::Flush()

Change-Id: I5ce0525e8db133f4b1df653b995e3eb108619050
Reviewed-on: http://gerrit.cloudera.org:8080/9893
Reviewed-by: Bharath Vissapragada <bhara...@cloudera.com>
Tested-by: Impala Public Jenkins <impala-public-jenk...@cloudera.com>


Project: http://git-wip-us.apache.org/repos/asf/impala/repo
Commit: http://git-wip-us.apache.org/repos/asf/impala/commit/e9109156
Tree: http://git-wip-us.apache.org/repos/asf/impala/tree/e9109156
Diff: http://git-wip-us.apache.org/repos/asf/impala/diff/e9109156

Branch: refs/heads/2.x
Commit: e91091564e72fa6e1a62ccb31eb72b31db50497d
Parents: 93543cf
Author: Philip Zeyliger <phi...@cloudera.com>
Authored: Sat Mar 31 20:55:11 2018 -0700
Committer: Impala Public Jenkins <impala-public-jenk...@gerrit.cloudera.org>
Committed: Wed Apr 11 22:56:00 2018 +0000

----------------------------------------------------------------------
 be/src/util/simple-logger.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/impala/blob/e9109156/be/src/util/simple-logger.h
----------------------------------------------------------------------
diff --git a/be/src/util/simple-logger.h b/be/src/util/simple-logger.h
index dd87722..7018ac6 100644
--- a/be/src/util/simple-logger.h
+++ b/be/src/util/simple-logger.h
@@ -45,7 +45,7 @@ class SimpleLogger {
   Status AppendEntry(const std::string& entry);
 
   /// Flushes the log file to disk by closing and re-opening the file. This 
function is
-  /// thread safe and blocks while a WriteEntry() is in progress
+  /// thread safe and blocks while an AppendEntry() is in progress
   Status Flush();
 
  private:

Reply via email to