diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2015-11-14 14:47:57 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2015-11-14 14:47:57 +0000 |
commit | ad1926e88a71b5d83a0492c155afa362412051ae (patch) | |
tree | 2eadf78c42f84f1c1ca7801c9ea8f921bb81d6cf /regress | |
parent | 7726d2fb1214174ce69f27fe5796af3ecff2af7a (diff) |
Various *syncron* -> *synchron* typos.
Diffstat (limited to 'regress')
-rw-r--r-- | regress/sys/fifofs/fifotest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/sys/fifofs/fifotest.c b/regress/sys/fifofs/fifotest.c index ee316303381..538b716f93b 100644 --- a/regress/sys/fifofs/fifotest.c +++ b/regress/sys/fifofs/fifotest.c @@ -65,7 +65,7 @@ main(int argc, char **argv) sa.sa_handler = sigalrm; sigaction(SIGALRM, &sa, NULL); - /* SIGUSR1 is used for syncronization only. */ + /* SIGUSR1 is used for synchronization only. */ sa.sa_flags = SA_RESTART; sa.sa_handler = sigusr1; sigaction(SIGUSR1, &sa, NULL); |