]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cls_hello: Fix grammatical error in description comment 7951/head
authorBrad Hubbard <bhubbard@redhat.com>
Mon, 7 Mar 2016 02:30:11 +0000 (12:30 +1000)
committerBrad Hubbard <bhubbard@redhat.com>
Mon, 7 Mar 2016 02:30:11 +0000 (12:30 +1000)
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
src/cls/hello/cls_hello.cc

index 878130fe0fecc373dff8a40df7bb828df8b535f4..2751d3c0a76934f34cf7da3b2516ff0093ebe81a 100644 (file)
@@ -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.