From: Shinobu Kinjo Date: Sun, 15 May 2016 09:01:25 +0000 (+0900) Subject: src/cls/rbd/cls_rbd.cc: fix super trivial typo X-Git-Tag: v11.0.0~559^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F9132%2Fhead;p=ceph.git src/cls/rbd/cls_rbd.cc: fix super trivial typo --- 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.