summaryrefslogtreecommitdiff
path: root/backend/kodak-cmd.h
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2021-02-16 18:24:19 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2021-02-16 18:24:19 +0100
commit351b7328520c16730ceb46e5acae16038c42185e (patch)
treefae21fd5c94f3c3ed0202a95c9ada705482e647b /backend/kodak-cmd.h
parentad38bc6ecb80ddeb562841b33258dd53659b1da6 (diff)
New upstream version 1.0.32upstream/1.0.32
Diffstat (limited to 'backend/kodak-cmd.h')
-rw-r--r--backend/kodak-cmd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/kodak-cmd.h b/backend/kodak-cmd.h
index 995d622..7d5d506 100644
--- a/backend/kodak-cmd.h
+++ b/backend/kodak-cmd.h
@@ -111,7 +111,7 @@ putnbyte (unsigned char *pnt, unsigned int value, unsigned int nbytes)
#define I_periph_devtype_scanner 0x06
#define I_periph_devtype_unknown 0x1f
-/* dont use these, until vendor */
+/* don't use these, until vendor */
#define get_I_rmb(in) getbitfield(in + 1, 7, 1)
#define get_I_devtype_qual(in) getbitfield(in + 1, 0, 0x7f)