From: Radoslaw Zarzynski Date: Tue, 21 Apr 2020 18:41:50 +0000 (+0200) Subject: osd: fix typo in PGLog.cc. X-Git-Tag: v16.1.0~2481^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9fb937c4d4097bad14512db2edb257cf53ea50dc;p=ceph.git osd: fix typo in PGLog.cc. Signed-off-by: Radoslaw Zarzynski --- diff --git a/src/osd/PGLog.cc b/src/osd/PGLog.cc index 19f2d21440ac..d4539192cc83 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