diff options
author | peter <peter@FreeBSD.org> | 2001-08-25 02:06:59 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2001-08-25 02:06:59 +0000 |
commit | d244a653e5b56edafe3e4993347279dff7000cff (patch) | |
tree | 767402c8e7df324856794ef9a00cf40237123af7 /sys/amd64 | |
parent | f693bc9d7e0818d023e66946c01f381eacb08949 (diff) | |
download | FreeBSD-src-d244a653e5b56edafe3e4993347279dff7000cff.zip FreeBSD-src-d244a653e5b56edafe3e4993347279dff7000cff.tar.gz |
s/teh/the/
Diffstat (limited to 'sys/amd64')
-rw-r--r-- | sys/amd64/amd64/locore.S | 2 | ||||
-rw-r--r-- | sys/amd64/amd64/locore.s | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/amd64/locore.S b/sys/amd64/amd64/locore.S index 285b834..077abef 100644 --- a/sys/amd64/amd64/locore.S +++ b/sys/amd64/amd64/locore.S @@ -77,7 +77,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 teh correct locations in KVM + * allocated. They will magically address the correct locations in KVM * whach C will treat as normal variables of the type they are defined in in * machine/pmap.h, i.e. PTDpde = XX ; to set a PDE entry, NOT *PTDpde = XX; */ diff --git a/sys/amd64/amd64/locore.s b/sys/amd64/amd64/locore.s index 285b834..077abef 100644 --- a/sys/amd64/amd64/locore.s +++ b/sys/amd64/amd64/locore.s @@ -77,7 +77,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 teh correct locations in KVM + * allocated. They will magically address the correct locations in KVM * whach C will treat as normal variables of the type they are defined in in * machine/pmap.h, i.e. PTDpde = XX ; to set a PDE entry, NOT *PTDpde = XX; */ |