diff options
author | 2019-01-20 23:07:51 +0000 | |
---|---|---|
committer | 2019-01-20 23:07:51 +0000 | |
commit | 900bde63ecdda013c42427cbbf8c969460d61b25 (patch) | |
tree | e2e32d856f001bea9e8b81f840f4545ad36e00e0 | |
parent | fix leak of ECDSA pkcs11_key objects (diff) | |
download | wireguard-openbsd-900bde63ecdda013c42427cbbf8c969460d61b25.tar.xz wireguard-openbsd-900bde63ecdda013c42427cbbf8c969460d61b25.zip |
Adjust punctuation in comment to align columns consistently
-rw-r--r-- | sys/arch/amd64/amd64/cpu.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/amd64/amd64/cpu.c b/sys/arch/amd64/amd64/cpu.c index 4b08c93bcaf..593c1eda34e 100644 --- a/sys/arch/amd64/amd64/cpu.c +++ b/sys/arch/amd64/amd64/cpu.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.c,v 1.131 2018/12/21 12:02:55 kettenis Exp $ */ +/* $OpenBSD: cpu.c,v 1.132 2019/01/20 23:07:51 guenther Exp $ */ /* $NetBSD: cpu.c,v 1.1 2003/04/26 18:39:26 fvdl Exp $ */ /*- @@ -931,9 +931,9 @@ patinit(struct cpu_info *ci) /* * Set up PAT bits. * The default pat table is the following: - * WB, WT, UC- UC, WB, WT, UC-, UC + * WB, WT, UC-, UC, WB, WT, UC-, UC * We change it to: - * WB, WC, UC-, UC, WB, WC, UC-, UC. + * WB, WC, UC-, UC, WB, WC, UC-, UC * i.e change the WT bit to be WC. */ reg = PATENTRY(0, PAT_WB) | PATENTRY(1, PAT_WC) | |