diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2022-12-27 17:10:09 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2022-12-27 17:10:09 +0000 |
commit | cc3a47abb42f11b78ad97db92e7a89b9447bb8e9 (patch) | |
tree | fe9b394da058363f4a89f71cc700d1ff82eaa856 /lib/libsndio/sioctl_priv.h | |
parent | 3ee00b1421bdff3725c44ae16607a768ffaadb02 (diff) |
spelling fixes; from paul tagliamonte
any changes not taken noted on tech, but chiefly here i did not take the
cancelation - cancellation changes;
Diffstat (limited to 'lib/libsndio/sioctl_priv.h')
-rw-r--r-- | lib/libsndio/sioctl_priv.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libsndio/sioctl_priv.h b/lib/libsndio/sioctl_priv.h index bfe806c0757..5a58ba8901a 100644 --- a/lib/libsndio/sioctl_priv.h +++ b/lib/libsndio/sioctl_priv.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sioctl_priv.h,v 1.1 2020/02/26 13:53:58 ratchov Exp $ */ +/* $OpenBSD: sioctl_priv.h,v 1.2 2022/12/27 17:10:07 jmc Exp $ */ /* * Copyright (c) 2014-2020 Alexandre Ratchov <alex@caoua.org> * @@ -32,7 +32,7 @@ struct sioctl_hdl { void *ctl_arg; unsigned int mode; /* SIOCTL_READ | SIOCTL_WRITE */ int nbio; /* true if non-blocking io */ - int eof; /* true if error occured */ + int eof; /* true if error occurred */ }; /* |