diff options
author | Peter Osterlund <petero2@telia.com> | 2003-11-10 20:39:40 +0100 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:01:21 +0200 |
commit | 1c9a4cbd499f261047c63be7a413b2379123b06f (patch) | |
tree | 28924afa65d9f003c0681dbfba6634d52e71fff9 | |
parent | 5b959ee659590b48ceffc49c6176aa95e5bf760e (diff) |
Fixed spelling error.
-rw-r--r-- | ps2comm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -98,7 +98,7 @@ ps2_getbyte(int fd, byte *b) } /* - * Write a byte to the ps/2 port, wair for ACK + * Write a byte to the ps/2 port, wait for ACK */ static Bool ps2_putbyte(int fd, byte b) |