summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2019-05-12 21:27:47 +0000
committerguenther <guenther@openbsd.org>2019-05-12 21:27:47 +0000
commitddcc9d3cc96b4a642ced213da33d15442d9177f2 (patch)
tree24c126887574cdaa4f8c2eebe281609611de31e3
parentIt will show up in 6.6. (diff)
downloadwireguard-openbsd-ddcc9d3cc96b4a642ced213da33d15442d9177f2.tar.xz
wireguard-openbsd-ddcc9d3cc96b4a642ced213da33d15442d9177f2.zip
s/availible/available/
-rw-r--r--sys/arch/amd64/include/frameasm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/include/frameasm.h b/sys/arch/amd64/include/frameasm.h
index 3d4eade3762..f22a71c901c 100644
--- a/sys/arch/amd64/include/frameasm.h
+++ b/sys/arch/amd64/include/frameasm.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: frameasm.h,v 1.20 2018/07/23 17:54:04 guenther Exp $ */
+/* $OpenBSD: frameasm.h,v 1.21 2019/05/12 21:27:47 guenther Exp $ */
/* $NetBSD: frameasm.h,v 1.1 2003/04/26 18:39:40 fvdl Exp $ */
#ifndef _AMD64_MACHINE_FRAMEASM_H
@@ -35,7 +35,7 @@
/*
* We clear registers when coming from userspace to prevent
- * user-controlled values from being availible for use in speculative
+ * user-controlled values from being available for use in speculative
* execution in the kernel. %rsp and %rbp are the kernel values when
* this is used, so there are only 14 to clear. 32bit operations clear
* the register upper-halves automatically.