summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormlarkin <mlarkin@openbsd.org>2016-05-10 10:49:22 +0000
committermlarkin <mlarkin@openbsd.org>2016-05-10 10:49:22 +0000
commit7aff4c380be930dfd54c73eb9ca15598cc73d77c (patch)
treec0323a594eeb85d6122f9ac408c7b1fd10dc73b4
parentFFS2 does lazy inode initialization, so try harder to avoid using (diff)
downloadwireguard-openbsd-7aff4c380be930dfd54c73eb9ca15598cc73d77c.tar.xz
wireguard-openbsd-7aff4c380be930dfd54c73eb9ca15598cc73d77c.zip
typo in comment
-rw-r--r--usr.sbin/vmctl/vmctl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/vmctl/vmctl.c b/usr.sbin/vmctl/vmctl.c
index 4b363ee9c9c..d21151b78c0 100644
--- a/usr.sbin/vmctl/vmctl.c
+++ b/usr.sbin/vmctl/vmctl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vmctl.c,v 1.13 2016/03/13 13:11:47 stefan Exp $ */
+/* $OpenBSD: vmctl.c,v 1.14 2016/05/10 10:49:22 mlarkin Exp $ */
/*
* Copyright (c) 2014 Mike Larkin <mlarkin@openbsd.org>
@@ -239,7 +239,7 @@ get_info_vm(uint32_t id, const char *name, int console)
}
/*
- * chec_info_id
+ * check_info_id
*
* Check if requested name or ID of a VM matches specified arguments
*