diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-09-15 17:47:53 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-09-15 17:47:53 +0000 |
commit | e8d5ccae1fa1249cf7db4ae28cae5a47e49db683 (patch) | |
tree | 6ba72c687ef21897448bb1ec2c4aa6e491c47780 | |
parent | e6f41cb4ba2b1d5cb9469bf732a520acc80d4f6e (diff) |
Tweak in comment.
-rw-r--r-- | sys/dev/gpio/gpio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/gpio/gpio.c b/sys/dev/gpio/gpio.c index fa6919745b8..42bad4f66ff 100644 --- a/sys/dev/gpio/gpio.c +++ b/sys/dev/gpio/gpio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: gpio.c,v 1.1 2004/06/03 18:08:00 grange Exp $ */ +/* $OpenBSD: gpio.c,v 1.2 2004/09/15 17:47:52 grange Exp $ */ /* * Copyright (c) 2004 Alexander Yurchenko <grange@openbsd.org> * @@ -16,7 +16,7 @@ */ /* - * General Purpose I/O framework. + * General Purpose Input/Output framework. */ #include <sys/param.h> |