]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
osd: fix typo in PGLog.cc.
authorRadoslaw Zarzynski <rzarzyns@redhat.com>
Tue, 21 Apr 2020 18:41:50 +0000 (20:41 +0200)
committerRadoslaw Zarzynski <rzarzyns@redhat.com>
Tue, 28 Apr 2020 21:47:51 +0000 (23:47 +0200)
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
src/osd/PGLog.cc

index 19f2d21440ac168c681d9bbb1381c0c4de3691d6..d4539192cc836a8b6f1ada65971f4d54cef0f4e6 100644 (file)
@@ -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