]> git.openfabrics.org - ~shefty/ibacm.git/commitdiff
ib_acme: Fix typo
authorHal Rosenstock <hal@mellanox.com>
Thu, 5 Apr 2012 23:20:44 +0000 (16:20 -0700)
committerSean Hefty <sean.hefty@intel.com>
Thu, 5 Apr 2012 23:20:44 +0000 (16:20 -0700)
Signed-off-by: Hal Rosenstock <hal@mellanox.com>
Signed-off-by: Sean Hefty <sean.hefty@intel.com>
src/acme.c

index 3d7461b306ed56418ff1572b1905b3ccdbbd9473..768f17e495f2a717810db1da7f202f0360a24367 100644 (file)
@@ -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);