diff options
author | Roland Dreier <rolandd@cisco.com> | 2007-06-03 19:47:10 -0700 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2007-06-07 11:51:59 -0700 |
commit | 3e1db334dca97df9034ebeec4657329a2b37a811 (patch) | |
tree | df9ed4b79daf80e42032fd92e17df448343ee6b3 /drivers/infiniband | |
parent | 2c5cb2355843f9958e19a4b243456be92f97c73b (diff) |
IB/mthca, mlx4_core: Fix typo in comment
s/signifant/significant/
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers/infiniband')
-rw-r--r-- | drivers/infiniband/hw/mthca/mthca_cmd.c | 2 |
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 38102520ffb..f40558d7647 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) | |