aboutsummaryrefslogtreecommitdiff
path: root/inhex
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2022-05-12 18:37:08 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2022-05-12 18:37:08 +0000
commit404cd7cc68c42c49076623e3ec13bb1f42f74ec7 (patch)
treef164f678be7a236aeb87874e1fa6890b37c2c6b3 /inhex
parent3e056f675f51f14a5209efe1b491ba897e7873ce (diff)
downloadsg3_utils-404cd7cc68c42c49076623e3ec13bb1f42f74ec7.tar.gz
sg_lib: document internal json interface in include/sg_pr2serr.h; codespell fixes
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@952 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'inhex')
-rw-r--r--inhex/nvme_read_ctl.hex4
-rw-r--r--inhex/nvme_read_oob_ctl.hex4
-rw-r--r--inhex/nvme_write_ctl.hex2
3 files changed, 5 insertions, 5 deletions
diff --git a/inhex/nvme_read_ctl.hex b/inhex/nvme_read_ctl.hex
index 1473d410..7996a1ae 100644
--- a/inhex/nvme_read_ctl.hex
+++ b/inhex/nvme_read_ctl.hex
@@ -13,7 +13,7 @@
#
# 512 byte logical block size is assumed. Read 4 blocks hence 2048 bytes.
# The first LBA read is 0x12345 and the namespace is 1. If successful
-# the four blocks will be read into the data-in buffer. Submission queu
+# the four blocks will be read into the data-in buffer. Submission queue
# 0 is used (the same queue that Admin commands use). The NVM opcode for
# the Read command is 0x2 and appears in the first command byte.
@@ -30,7 +30,7 @@
# --outfile=t.bin /dev/nvme0n1
# In FreeBSD the device name would be /dev/nvme0ns1
#
-# Notice the '--nvm' option which is needed to distiguish a NVM
+# Notice the '--nvm' option which is needed to distinguish a NVM
# command from an Admin command as Admin commands are the default
# in this utility.
#
diff --git a/inhex/nvme_read_oob_ctl.hex b/inhex/nvme_read_oob_ctl.hex
index 13b0b118..81d7a305 100644
--- a/inhex/nvme_read_oob_ctl.hex
+++ b/inhex/nvme_read_oob_ctl.hex
@@ -21,7 +21,7 @@
#
# 512 byte logical block size is assumed. Read 4 blocks hence 2048 bytes.
# The first LBA read is 0xabcd012345 and the namespace is 1. If successful
-# the four blocks will be read into the data-in buffer. Submission queu
+# the four blocks will be read into the data-in buffer. Submission queue
# 0 is used (the same queue that Admin commands use). The NVM opcode for
# the Read command is 0x2 and appears in the first command byte.
@@ -38,7 +38,7 @@
# --outfile=t.bin /dev/nvme0n1
# In FreeBSD the device name would be /dev/nvme0ns1
#
-# Notice the '--nvm' option which is needed to distiguish a NVM
+# Notice the '--nvm' option which is needed to distinguish a NVM
# command from an Admin command as Admin commands are the default
# in this utility.
#
diff --git a/inhex/nvme_write_ctl.hex b/inhex/nvme_write_ctl.hex
index 02b5a377..9e6c1123 100644
--- a/inhex/nvme_write_ctl.hex
+++ b/inhex/nvme_write_ctl.hex
@@ -29,7 +29,7 @@
# sg_raw --cmdfile=nvme_write_ctl.hex --nvm -s 2048
# --infile=t.bin /dev/nvme0
#
-# Notice the '--nvm' option which is needed to distiguish a NVM
+# Notice the '--nvm' option which is needed to distinguish a NVM
# command from an Admin command as Admin commands are the default
# in this utility.
#