Skip to content

Commit

Permalink
Merge pull request ceph#8900 from flyd1005/wip-fix-duplicated8
Browse files Browse the repository at this point in the history
common: remove duplicated words
  • Loading branch information
liewegas committed May 3, 2016
2 parents 54f97ac + 9f1a438 commit 76781ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/Formatter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 76781ff

Please sign in to comment.