diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2022-01-28 06:33:28 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2022-01-28 06:33:28 +0000 |
commit | 5dba954cc0ff90d185d6d0ffd0cff553d2769b6c (patch) | |
tree | 66eecc10928fb5a059a8b7286ac49dc754386633 /usr.sbin/wsmoused | |
parent | 4fd3e25a69b99ee05a5eea437d8818f412d9555e (diff) |
When it's the possessive of 'it', it's spelled "its", without the
apostrophe.
Diffstat (limited to 'usr.sbin/wsmoused')
-rw-r--r-- | usr.sbin/wsmoused/mouse_protocols.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/wsmoused/mouse_protocols.c b/usr.sbin/wsmoused/mouse_protocols.c index 81ab3f713be..7ac79f8d77a 100644 --- a/usr.sbin/wsmoused/mouse_protocols.c +++ b/usr.sbin/wsmoused/mouse_protocols.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mouse_protocols.c,v 1.17 2019/06/28 13:32:51 deraadt Exp $ */ +/* $OpenBSD: mouse_protocols.c,v 1.18 2022/01/28 06:33:27 guenther Exp $ */ /* * Copyright (c) 2001 Jean-Baptiste Marchand, Julien Montagne and Jerome Verdon @@ -658,7 +658,7 @@ mouse_init(void) * Initialize Hitachi PUMA Plus - Model 1212E to desired settings. * The tablet must be configured to be in MM mode, NO parity, * Binary Format. xf86Info.sampleRate controls the sensativity - * of the tablet. We only use this tablet for it's 4-button puck + * of the tablet. We only use this tablet for its 4-button puck * so we don't run in "Absolute Mode" */ write(mouse.mfd, "z8", 2); /* Set Parity = "NONE" */ |