From: Brad Hubbard Date: Tue, 25 Aug 2015 11:04:55 +0000 (+1000) Subject: doc: Fix typo in writeback throttle section X-Git-Tag: v9.1.0~308^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4dffc1672fc357a712d12893ade050e7bdd89725;p=ceph.git doc: Fix typo in writeback throttle section Fix typo in doc/dev/osd_internals/wbthrottle.rst Signed-off-by: Brad Hubbard --- diff --git a/doc/dev/osd_internals/wbthrottle.rst b/doc/dev/osd_internals/wbthrottle.rst index ba7a4cd438c2..a3ae00d82c70 100644 --- a/doc/dev/osd_internals/wbthrottle.rst +++ b/doc/dev/osd_internals/wbthrottle.rst @@ -24,5 +24,5 @@ Filestore syncs have a sideeffect of flushing all outstanding objects in the wbthrottle. lfn_unlink clears the cached FDRef and wbthrottle entries for the -unlinked object when then last link is removed and asserts that all +unlinked object when the last link is removed and asserts that all outstanding FDRefs for that object are dead.