From 9fb937c4d4097bad14512db2edb257cf53ea50dc Mon Sep 17 00:00:00 2001 From: Radoslaw Zarzynski Date: Tue, 21 Apr 2020 20:41:50 +0200 Subject: [PATCH] osd: fix typo in PGLog.cc. Signed-off-by: Radoslaw Zarzynski --- src/osd/PGLog.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osd/PGLog.cc b/src/osd/PGLog.cc index 19f2d21440a..d4539192cc8 100644 --- a/src/osd/PGLog.cc +++ b/src/osd/PGLog.cc @@ -259,7 +259,7 @@ void PGLog::proc_replica_log( /* Because olog.head >= log.tail, we know that both pgs must at least have * the event represented by log.tail. Similarly, because log.head >= olog.tail, - * we know that the even represented by olog.tail must be common to both logs. + * we know that the event represented by olog.tail must be common to both logs. * Furthermore, the event represented by a log tail was necessarily trimmed, * thus neither olog.tail nor log.tail can be divergent. It's * possible that olog/log contain no actual events between olog.head and -- 2.39.5