From d6a48d968ac9b0d99d7ff474867e30299fde88c8 Mon Sep 17 00:00:00 2001 From: Brad Hubbard Date: Mon, 7 Mar 2016 12:30:11 +1000 Subject: [PATCH] cls_hello: Fix grammatical error in description comment Signed-off-by: Brad Hubbard --- src/cls/hello/cls_hello.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cls/hello/cls_hello.cc b/src/cls/hello/cls_hello.cc index 878130fe0fe..2751d3c0a76 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. -- 2.39.5