]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
common: remove duplicated words
authorLi Peng <lip@dtdream.com>
Tue, 3 May 2016 07:16:06 +0000 (15:16 +0800)
committerLi Peng <lip@dtdream.com>
Tue, 3 May 2016 07:16:06 +0000 (15:16 +0800)
Signed-off-by: Li Peng <lip@dtdream.com>
src/common/Formatter.cc

index 4a165243c2360e2260e5d318a7f9f0a5e4183e9d..0a3fdf76120d89c8ab175b5cfa3daf4f617aac78 100644 (file)
@@ -44,7 +44,7 @@ namespace ceph {
 /*
  * FormatterAttrs(const char *attr, ...)
  *
- * Requires a list of of attrs followed by NULL. The attrs should be char *
+ * Requires a list of attrs followed by NULL. The attrs should be char *
  * pairs, first one is the name, second one is the value. E.g.,
  *
  * FormatterAttrs("name1", "value1", "name2", "value2", NULL);