From 3c47e48aa27ed464a75f44d1d517676955c1b2e4 Mon Sep 17 00:00:00 2001 From: Shinobu Kinjo Date: Sun, 15 May 2016 18:01:25 +0900 Subject: [PATCH] src/cls/rbd/cls_rbd.cc: fix super trivial typo --- src/cls/rbd/cls_rbd.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cls/rbd/cls_rbd.cc b/src/cls/rbd/cls_rbd.cc index 7756a83716c2..78fe30808342 100644 --- a/src/cls/rbd/cls_rbd.cc +++ b/src/cls/rbd/cls_rbd.cc @@ -16,7 +16,7 @@ * own argument and payload serialization/deserialization, so for ease * of implementation we use the existing ceph encoding/decoding * methods. Something like json might be preferable, but the rbd - * kernel module has to be able understand format as well. The + * kernel module has to be able to understand format as well. The * datatypes exposed to the clients are strings, unsigned integers, * and vectors of those types. The on-wire format can be found in * src/include/encoding.h. -- 2.47.3