[openib-general] [patch] libsdp typo in config_parser
Bernhard Fischer
rep.nop at aon.at
Thu Aug 17 11:27:13 PDT 2006
Hi,
The attached trivial patch fixes a typo in the debugging output of
libsdp's config parser.
Please apply.
Signed-off-by: Bernhard Fischer <rep.nop at aon.at>
-------------- next part --------------
Index: libsdp/src/config_parser.c
===================================================================
--- libsdp/src/config_parser.c (revision 9003)
+++ libsdp/src/config_parser.c (working copy)
@@ -198,7 +198,7 @@ extern int __sdp_min_level;
/* dump the current state in readable format */
static void __sdp_dump_config_state() {
char buf[1024];
- sprintf(buf, "CONIFG: use %s %s %s",
+ sprintf(buf, "CONFIG: use %s %s %s",
__sdp_get_family_str(__sdp_rule.target_family),
__sdp_get_role_str( current_role ),
__sdp_rule.prog_name_expr);
Index: libsdp/src/config_parser.y
===================================================================
--- libsdp/src/config_parser.y (revision 9003)
+++ libsdp/src/config_parser.y (working copy)
@@ -143,7 +143,7 @@ extern int __sdp_min_level;
/* dump the current state in readable format */
static void __sdp_dump_config_state() {
char buf[1024];
- sprintf(buf, "CONIFG: use %s %s %s",
+ sprintf(buf, "CONFIG: use %s %s %s",
__sdp_get_family_str(__sdp_rule.target_family),
__sdp_get_role_str( current_role ),
__sdp_rule.prog_name_expr);
More information about the general
mailing list