diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2000-03-15 03:56:50 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2000-03-15 03:56:50 +0000 |
commit | 89831fa030a66e29257f1b987edd3b1d05be0dcc (patch) | |
tree | 6efef3c95f127a689071f81f8e749f34fedd569b /include/poll.h | |
parent | e3565a3a361f3ede9a01fac73743e3f60ebbea82 (diff) |
implimented -> implemented
Diffstat (limited to 'include/poll.h')
-rw-r--r-- | include/poll.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/poll.h b/include/poll.h index dfc7dc21aa2..896c8d0349b 100644 --- a/include/poll.h +++ b/include/poll.h @@ -1,7 +1,7 @@ -/* $OpenBSD: poll.h,v 1.1 1996/05/18 08:53:07 deraadt Exp $ */ +/* $OpenBSD: poll.h,v 1.2 2000/03/15 03:56:48 todd Exp $ */ /* - * Typical poll() implimentations expect poll.h to be in /usr/include. + * Typical poll() implementations expect poll.h to be in /usr/include. * However this is not a convenient place for the real definitions. */ #include <sys/poll.h> |