Skip to content

Commit

Permalink
fi_tostr: fix spelling error/typo
Browse files Browse the repository at this point in the history
Thanks to Jeff Hammond for identifying the issue.

Fixes ofiwg#2176.

Signed-off-by: Jeff Squyres <[email protected]>
  • Loading branch information
jsquyres committed Jun 30, 2016
1 parent 918df62 commit 69f4bc7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/fi_tostr.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Copyright (c) 2014-2015 Intel Corp., Inc. All rights reserved.
* Copyright (c) 2016 Cisco Systems, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
Expand Down Expand Up @@ -445,7 +446,7 @@ static void fi_tostr_domain_attr(char *buf, const struct fi_domain_attr *attr,
strcatf(buf, "%s%sdata_progress: ", prefix, TAB);
fi_tostr_progress(buf, attr->data_progress);
strcatf(buf, "\n");
strcatf(buf, "%s%sresouce_mgmt: ", prefix, TAB);
strcatf(buf, "%s%sresource_mgmt: ", prefix, TAB);
fi_tostr_resource_mgmt(buf, attr->resource_mgmt);
strcatf(buf, "\n");
strcatf(buf, "%s%sav_type: ", prefix, TAB);
Expand Down

0 comments on commit 69f4bc7

Please sign in to comment.