From: Brad Hubbard Date: Mon, 7 Mar 2016 02:30:11 +0000 (+1000) Subject: cls_hello: Fix grammatical error in description comment X-Git-Tag: v10.1.0~218^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d6a48d968ac9b0d99d7ff474867e30299fde88c8;p=ceph.git cls_hello: Fix grammatical error in description comment Signed-off-by: Brad Hubbard --- diff --git a/src/cls/hello/cls_hello.cc b/src/cls/hello/cls_hello.cc index 878130fe0fec..2751d3c0a769 100644 --- a/src/cls/hello/cls_hello.cc +++ b/src/cls/hello/cls_hello.cc @@ -3,7 +3,7 @@ /* * This is a simple example RADOS class, designed to be usable as a - * template from implementing new methods. + * template for implementing new methods. * * Our goal here is to illustrate the interface between the OSD and * the class and demonstrate what kinds of things a class can do.