aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mthca/mthca_cmd.c
diff options
context:
space:
mode:
authorRoland Dreier <rolandd@cisco.com>2007-06-03 19:47:10 -0700
committerRoland Dreier <rolandd@cisco.com>2007-06-07 11:51:59 -0700
commit3e1db334dca97df9034ebeec4657329a2b37a811 (patch)
treedf9ed4b79daf80e42032fd92e17df448343ee6b3 /drivers/infiniband/hw/mthca/mthca_cmd.c
parentmlx4_core: Free catastrophic error MSI-X interrupt with correct dev_id (diff)
downloadlinux-dev-3e1db334dca97df9034ebeec4657329a2b37a811.tar.xz
linux-dev-3e1db334dca97df9034ebeec4657329a2b37a811.zip
IB/mthca, mlx4_core: Fix typo in comment
s/signifant/significant/ Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers/infiniband/hw/mthca/mthca_cmd.c')
-rw-r--r--drivers/infiniband/hw/mthca/mthca_cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/mthca/mthca_cmd.c b/drivers/infiniband/hw/mthca/mthca_cmd.c
index 38102520ffb3..f40558d76475 100644
--- a/drivers/infiniband/hw/mthca/mthca_cmd.c
+++ b/drivers/infiniband/hw/mthca/mthca_cmd.c
@@ -772,7 +772,7 @@ int mthca_QUERY_FW(struct mthca_dev *dev, u8 *status)
MTHCA_GET(dev->fw_ver, outbox, QUERY_FW_VER_OFFSET);
/*
- * FW subminor version is at more signifant bits than minor
+ * FW subminor version is at more significant bits than minor
* version, so swap here.
*/
dev->fw_ver = (dev->fw_ver & 0xffff00000000ull) |