diff options
author | Niels Provos <provos@cvs.openbsd.org> | 2000-11-10 15:33:16 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 2000-11-10 15:33:16 +0000 |
commit | 5e5c20b4986d64cf4b989750655ce99a581ee745 (patch) | |
tree | 454d7edecf7d8c42395d523edcb4da46a285da42 /sys/compat/hpux/hpux.h | |
parent | fa37968b43055a44587325acd7d958a96fc4e5a7 (diff) |
seperate -> separate, okay aaron@
Diffstat (limited to 'sys/compat/hpux/hpux.h')
-rw-r--r-- | sys/compat/hpux/hpux.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/hpux/hpux.h b/sys/compat/hpux/hpux.h index 66409ebdafa..6a8e8d9142c 100644 --- a/sys/compat/hpux/hpux.h +++ b/sys/compat/hpux/hpux.h @@ -1,4 +1,4 @@ -/* $OpenBSD: hpux.h,v 1.6 1997/09/15 06:05:51 millert Exp $ */ +/* $OpenBSD: hpux.h,v 1.7 2000/11/10 15:33:09 provos Exp $ */ /* $NetBSD: hpux.h,v 1.11 1997/04/01 19:58:58 scottr Exp $ */ /* @@ -317,7 +317,7 @@ struct hpux_sigaction { /* * In BSD EAGAIN and EWOULDBLOCK are the same error code. - * However, for HP-UX we must split them out to seperate codes. + * However, for HP-UX we must split them out to separate codes. * The easiest way to do this was to check the return value of * BSD routines which are known to return EAGAIN (but never * EWOULDBLOCK) and change it to the pseudo-code OEAGAIN when |