From 66747c8bbd23f53385ede8ee5dbaca1aa3aedfac Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 7 Nov 2014 16:18:30 -0800 Subject: [PATCH] osd/Watch: fix comment typo Signed-off-by: Sage Weil --- src/osd/Watch.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.3