From: Li Peng Date: Tue, 3 May 2016 07:16:06 +0000 (+0800) Subject: common: remove duplicated words X-Git-Tag: v11.0.0~745^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F8900%2Fhead;p=ceph.git common: remove duplicated words Signed-off-by: Li Peng --- diff --git a/src/common/Formatter.cc b/src/common/Formatter.cc index 4a165243c23..0a3fdf76120 100644 --- a/src/common/Formatter.cc +++ b/src/common/Formatter.cc @@ -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);