]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rbd: fix typo in Kernel.cc 13983/head
authorGaurav Kumar Garg <garg.gaurav52@gmail.com>
Wed, 15 Mar 2017 16:13:54 +0000 (17:13 +0100)
committerGaurav Kumar Garg <garg.gaurav52@gmail.com>
Wed, 15 Mar 2017 16:18:17 +0000 (17:18 +0100)
Fixes: http://tracker.ceph.com/issues/19273
Reported-by: Shinobu Kinjo <shinobu@redhat.com>
Signed-off-by: Gaurav Kumar Garg <garg.gaurav52@gmail.com>
src/tools/rbd/action/Kernel.cc

index 5720dc09325295defc6daa00c44006a83c3642de..6f9337af71338d4679978e6ed0441aec578867f9 100644 (file)
@@ -185,7 +185,7 @@ static int do_kernel_showmapped(Formatter *f)
 /*
  * hint user to check syslog for krbd related messages and provide suggestions
  * based on errno return by krbd_map(). also note that even if some librbd calls
- * fail, we atleast dump the "try dmesg..." message to aid debugging.
+ * fail, we at least dump the "try dmesg..." message to aid debugging.
  */
 static void print_error_description(const char *poolname, const char *imgname,
                                    const char *snapname, int maperrno)