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:46 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2021-02-16 18:24:46 +0100
commitecaaf250cb33ff61f37a7b441f2337584a655350 (patch)
tree4303648095deff998ae20c2393b56db527742ac9 /backend/kodak-cmd.h
parent5793a221e112fa49073de0137d6bfa750a61b0a1 (diff)
parent351b7328520c16730ceb46e5acae16038c42185e (diff)
Update upstream source from tag 'upstream/1.0.32'
Update to upstream version '1.0.32' with Debian dir 2c1111c59d9d68bcbf479a4a4de7697fe2de127f
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)