aboutsummaryrefslogtreecommitdiff
path: root/examples
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 /examples
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 'examples')
-rw-r--r--examples/sgq_dd.c2
-rw-r--r--examples/transport_ids.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/sgq_dd.c b/examples/sgq_dd.c
index 2f163ef1..3f8ffa27 100644
--- a/examples/sgq_dd.c
+++ b/examples/sgq_dd.c
@@ -70,7 +70,7 @@ static char * version_str = "0.63 20190324";
#define MAX_NUM_THREADS 1024
#ifndef RAW_MAJOR
-#define RAW_MAJOR 255 /*unlikey value */
+#define RAW_MAJOR 255 /*unlikely value */
#endif
#define FT_OTHER 0 /* filetype other than sg or raw device */
diff --git a/examples/transport_ids.txt b/examples/transport_ids.txt
index b61581d8..2657af25 100644
--- a/examples/transport_ids.txt
+++ b/examples/transport_ids.txt
@@ -1,6 +1,6 @@
# This file is an example for the sg_persist utility.
# It discusses using "TransportID"s which are defined (most recently)
-# in SPC-4 revison 20 section 7.5.4 titled: "TransportID identifiers".
+# in SPC-4 revision 20 section 7.5.4 titled: "TransportID identifiers".
#
# The sg_persist utility can take one or more "transportID"s from stdin when
# either the '--transport-id=-" or "-X -" option is given on the command