From 9f1a4386e6a9f5b534edc0f0a6891cd4aff7ff47 Mon Sep 17 00:00:00 2001 From: Li Peng Date: Tue, 3 May 2016 15:16:06 +0800 Subject: [PATCH] common: remove duplicated words Signed-off-by: Li Peng --- src/common/Formatter.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/Formatter.cc b/src/common/Formatter.cc index 4a165243c236..0a3fdf76120d 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); -- 2.47.3