diff options
author | Loic Dachary <loic@dachary.org> | 2013-08-31 23:35:18 +0200 |
---|---|---|
committer | Loic Dachary <loic@dachary.org> | 2013-09-04 12:33:15 +0200 |
commit | 7c09ede7a2ba42639d664570b35386bcdfb63c55 (patch) | |
tree | 4d20f448a95822a4f885dc1ca1d5ef026d7c089e | |
parent | 3c9f8498c88ac600eeedbe6a033b435979704eb9 (diff) | |
download | ceph-7c09ede7a2ba42639d664570b35386bcdfb63c55.tar.gz |
mon: fix typo in comment
Signed-off-by: Loic Dachary <loic@dachary.org>
-rw-r--r-- | src/mon/Paxos.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mon/Paxos.h b/src/mon/Paxos.h index 1bd3a3c1f51..e22e74710a5 100644 --- a/src/mon/Paxos.h +++ b/src/mon/Paxos.h @@ -1091,7 +1091,7 @@ public: * onto paxos-related keys), and then we will decode those same bufferlists * we just wrote and apply the transactions they hold. We will also update * our first and last committed values to point to the new values, if need - * be. All all this is done tightly wrapped in a transaction to ensure we + * be. All this is done tightly wrapped in a transaction to ensure we * enjoy the atomicity guarantees given by our awesome k/v store. * * @param m A message |