You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by ad...@apache.org on 2018/01/03 20:50:01 UTC

kudu git commit: periodic: fix a comment

Repository: kudu
Updated Branches:
  refs/heads/master b87a7bbed -> 3c0f80b9e


periodic: fix a comment

Change-Id: Id04bff4f6505595f60f26abe88de58cdded4d9d0
Reviewed-on: http://gerrit.cloudera.org:8080/8931
Reviewed-by: Alexey Serbin <as...@cloudera.com>
Tested-by: Kudu Jenkins


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

Branch: refs/heads/master
Commit: 3c0f80b9e8a829bb233a0804fe355c5d4f5e81f7
Parents: b87a7bb
Author: Adar Dembo <ad...@cloudera.com>
Authored: Wed Jan 3 12:07:14 2018 -0800
Committer: Adar Dembo <ad...@cloudera.com>
Committed: Wed Jan 3 20:49:37 2018 +0000

----------------------------------------------------------------------
 src/kudu/rpc/periodic.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kudu/blob/3c0f80b9/src/kudu/rpc/periodic.h
----------------------------------------------------------------------
diff --git a/src/kudu/rpc/periodic.h b/src/kudu/rpc/periodic.h
index 058e3ce..075d900 100644
--- a/src/kudu/rpc/periodic.h
+++ b/src/kudu/rpc/periodic.h
@@ -141,7 +141,7 @@ class PeriodicTimer : public std::enable_shared_from_this<PeriodicTimer> {
   // Does nothing if the timer is already stopped.
   void Stop();
 
-  // Returns true iff the failure detected has been started.
+  // Returns true iff the timer has been started.
   bool started() const;
 
  private: