aboutsummaryrefslogtreecommitdiff
path: root/testcode/asynclook.c
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2017-02-03 13:06:34 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2017-02-03 13:06:34 +0000
commitbd51c20871bac7a49ea0adc443050f2894cfd5f3 (patch)
treec551994131aa8f3315a21aeaf4f9bc2a8b757e89 /testcode/asynclook.c
parent27c2fff0f2fef695b0599fc3931cacfc16376e88 (diff)
Diffstat (limited to 'testcode/asynclook.c')
-rw-r--r--testcode/asynclook.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testcode/asynclook.c b/testcode/asynclook.c
index 43e1dccf5b78..96cb2e3b2613 100644
--- a/testcode/asynclook.c
+++ b/testcode/asynclook.c
@@ -470,7 +470,7 @@ int main(int argc, char** argv)
return 1;
}
- /* perform asyncronous calls */
+ /* perform asynchronous calls */
num_wait = argc;
for(i=0; i<argc; i++) {
lookups[i].name = argv[i];