nvme: fix comment typos in nvme_create_io_queues
authorMinwoo Im <minwoo.im.dev@gmail.com>
Sun, 14 Jan 2018 07:14:27 +0000 (16:14 +0900)
committerChristoph Hellwig <hch@lst.de>
Mon, 15 Jan 2018 16:09:30 +0000 (17:09 +0100)
commit8adb8c147b2f6383a1676325c27e3dbc29d2fba7
tree5e6968e194c29860a878a8f7d1ddea8cbc300999
parentb227c59b9b5b8ae52639c8980af853d2f654f90a
nvme: fix comment typos in nvme_create_io_queues

fix comment typos in nvme_create_io_queues() like below.
  _aount_ to _amount_
  _an_    to _can_

Signed-off-by: Minwoo Im <minwoo.im.dev@gmail.com>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/pci.c