]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
osd/Watch: fix comment typo
authorSage Weil <sage@redhat.com>
Sat, 8 Nov 2014 00:18:30 +0000 (16:18 -0800)
committerSage Weil <sage@redhat.com>
Thu, 4 Dec 2014 18:32:38 +0000 (10:32 -0800)
Signed-off-by: Sage Weil <sage@redhat.com>
src/osd/Watch.cc

index 91ed6d84f0123596e92e4b8b31764827587d4220..78d82993f300cf41f91c4054823f48b4a1b4ff34 100644 (file)
@@ -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<WatchRef> _watchers;