From 0c114fc271a9b93bb3b5d149b3e527991e55faa8 Mon Sep 17 00:00:00 2001 From: glebius Date: Wed, 17 Jul 2013 13:13:44 +0000 Subject: Fix typo. Submitted by: ae --- share/examples/kld/syscall/test/call.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/examples') diff --git a/share/examples/kld/syscall/test/call.c b/share/examples/kld/syscall/test/call.c index 23e4dc8..3611966 100644 --- a/share/examples/kld/syscall/test/call.c +++ b/share/examples/kld/syscall/test/call.c @@ -45,7 +45,7 @@ main(int argc __unused, char **argv __unused) if ((modid = modfind("sys/syscall")) == -1) err(1, "modfind"); if (modstat(modid, &stat) != 0) - err(1, "mostat"); + err(1, "modstat"); syscall_num = stat.data.intval; return syscall (syscall_num); } -- cgit v1.1