From: Sage Weil Date: Sat, 8 Nov 2014 00:18:30 +0000 (-0800) Subject: osd/Watch: fix comment typo X-Git-Tag: v0.91~133 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=66747c8bbd23f53385ede8ee5dbaca1aa3aedfac;p=ceph.git osd/Watch: fix comment typo Signed-off-by: Sage Weil --- diff --git a/src/osd/Watch.cc b/src/osd/Watch.cc index 91ed6d84f012..78d82993f300 100644 --- a/src/osd/Watch.cc +++ b/src/osd/Watch.cc @@ -101,7 +101,7 @@ void Notify::do_timeout() } in_progress_watchers = 0; // we give up - timed_out = true; // we will send the client and error code + timed_out = true; // we will send the client an error code maybe_complete_notify(); assert(complete); set _watchers;