summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-08-27 05:18:12 +0000
committerpeter <peter@FreeBSD.org>2001-08-27 05:18:12 +0000
commit4d1f4f0e8abb7b90a7320815340366eb1491a971 (patch)
tree4eea524123624124669f9f2af62216d477e96c52 /sys
parente031b90e2a515850159496b7a6da3b8595780427 (diff)
downloadFreeBSD-src-4d1f4f0e8abb7b90a7320815340366eb1491a971.zip
FreeBSD-src-4d1f4f0e8abb7b90a7320815340366eb1491a971.tar.gz
There is nothing more embarresing than having three goes at correcting
typos in the same paragraph. s/in in/in/ Submitted by: iedowse
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/amd64/locore.S2
-rw-r--r--sys/amd64/amd64/locore.s2
-rw-r--r--sys/i386/i386/locore.s2
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/amd64/amd64/locore.S b/sys/amd64/amd64/locore.S
index c643f46..c2a2092 100644
--- a/sys/amd64/amd64/locore.S
+++ b/sys/amd64/amd64/locore.S
@@ -78,7 +78,7 @@
* NOTE: PTDpde, PTmap, and PTD are being defined as address symbols.
* In C you access them directly, and not with a '*'. Storage is not being
* allocated. They will magically address the correct locations in KVM
- * which C will treat as normal variables of the type they are defined in in
+ * which C will treat as normal variables of the type they are defined in
* machine/pmap.h, i.e. PTDpde = XX ; to set a PDE entry, NOT *PTDpde = XX;
*/
.globl PTmap,PTD,PTDpde
diff --git a/sys/amd64/amd64/locore.s b/sys/amd64/amd64/locore.s
index c643f46..c2a2092 100644
--- a/sys/amd64/amd64/locore.s
+++ b/sys/amd64/amd64/locore.s
@@ -78,7 +78,7 @@
* NOTE: PTDpde, PTmap, and PTD are being defined as address symbols.
* In C you access them directly, and not with a '*'. Storage is not being
* allocated. They will magically address the correct locations in KVM
- * which C will treat as normal variables of the type they are defined in in
+ * which C will treat as normal variables of the type they are defined in
* machine/pmap.h, i.e. PTDpde = XX ; to set a PDE entry, NOT *PTDpde = XX;
*/
.globl PTmap,PTD,PTDpde
diff --git a/sys/i386/i386/locore.s b/sys/i386/i386/locore.s
index c643f46..c2a2092 100644
--- a/sys/i386/i386/locore.s
+++ b/sys/i386/i386/locore.s
@@ -78,7 +78,7 @@
* NOTE: PTDpde, PTmap, and PTD are being defined as address symbols.
* In C you access them directly, and not with a '*'. Storage is not being
* allocated. They will magically address the correct locations in KVM
- * which C will treat as normal variables of the type they are defined in in
+ * which C will treat as normal variables of the type they are defined in
* machine/pmap.h, i.e. PTDpde = XX ; to set a PDE entry, NOT *PTDpde = XX;
*/
.globl PTmap,PTD,PTDpde
OpenPOWER on IntegriCloud