diff options
author | 2013-06-03 05:39:02 +0000 | |
---|---|---|
committer | 2013-06-03 05:39:02 +0000 | |
commit | 4aa996f68a05e850c6c7bf4097e8ac62eeef15a3 (patch) | |
tree | b44eb5018152bcc719ef2e20d53525abde522625 /sys/lib/libkern/arch/amd64/index.S | |
parent | Add the 'g' character and dired-revert to refresh the dired buffer. (diff) | |
download | wireguard-openbsd-4aa996f68a05e850c6c7bf4097e8ac62eeef15a3.tar.xz wireguard-openbsd-4aa996f68a05e850c6c7bf4097e8ac62eeef15a3.zip |
fix an oft copied typo that i'm tired of looking at
Diffstat (limited to 'sys/lib/libkern/arch/amd64/index.S')
-rw-r--r-- | sys/lib/libkern/arch/amd64/index.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/lib/libkern/arch/amd64/index.S b/sys/lib/libkern/arch/amd64/index.S index 33ba5c2da5c..b34338a26e6 100644 --- a/sys/lib/libkern/arch/amd64/index.S +++ b/sys/lib/libkern/arch/amd64/index.S @@ -1 +1 @@ -/* No code here since kernel impliments this itself */ +/* No code here since kernel implements this itself */ |