diff options
Diffstat (limited to 'backend/kodak-cmd.h')
-rw-r--r-- | backend/kodak-cmd.h | 2 |
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) |