Signed-off-by: Hal Rosenstock <h...@mellanox.com>
---
diff --git a/src/acme.c b/src/acme.c
index 3d7461b..768f17e 100644
--- a/src/acme.c
+++ b/src/acme.c
@@ -419,7 +419,7 @@ static void show_path(struct ibv_path_record *path)
        printf("  flow label: 0x%x\n", fl_hop >> 8);
        printf("  hop limit: %d\n", (uint8_t) fl_hop);
        printf("  tclass: %d\n", path->tclass);
-       printf("  reverisible: %d\n", path->reversible_numpath >> 7);
+       printf("  reversible: %d\n", path->reversible_numpath >> 7);
        printf("  pkey: 0x%x\n", ntohs(path->pkey));
        printf("  sl: %d\n", ntohs(path->qosclass_sl) & 0xF);
        printf("  mtu: %d\n", path->mtu & 0x1F);
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to