summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2002-05-27 13:08:08 +0000
committerbde <bde@FreeBSD.org>2002-05-27 13:08:08 +0000
commitedc5c7457a2e0f26c9d1a7a06b41782ae702d77c (patch)
tree6faea717e1a12167bc2905cac9ec888424786779 /gnu
parent556157d84a795de351819c36c859664baf1d72ec (diff)
downloadFreeBSD-src-edc5c7457a2e0f26c9d1a7a06b41782ae702d77c.zip
FreeBSD-src-edc5c7457a2e0f26c9d1a7a06b41782ae702d77c.tar.gz
phsyical -> physical
Submitted by: Andre Guibert de Bruet <andy@siliconlandmark.com>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils/gdb/i386/kvm-fbsd.c2
-rw-r--r--gnu/usr.bin/binutils/gdb/kvm-fbsd.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/gdb/i386/kvm-fbsd.c b/gnu/usr.bin/binutils/gdb/i386/kvm-fbsd.c
index 8ee75b5..a695ab4 100644
--- a/gnu/usr.bin/binutils/gdb/i386/kvm-fbsd.c
+++ b/gnu/usr.bin/binutils/gdb/i386/kvm-fbsd.c
@@ -607,7 +607,7 @@ kvm_open (efile, cfile, sfile, perm, errout)
}
physrd (cfd, ksym_lookup ("IdlePTD") - KERNOFF, (char*)&sbr, sizeof sbr);
- printf ("IdlePTD at phsyical address 0x%08lx\n", (unsigned long)sbr);
+ printf ("IdlePTD at physical address 0x%08lx\n", (unsigned long)sbr);
curpcb = kvtophys(cfd, pcpu + PCPU_OFFSET (curpcb));
physrd (cfd, curpcb, (char*)&curpcb, sizeof curpcb);
diff --git a/gnu/usr.bin/binutils/gdb/kvm-fbsd.c b/gnu/usr.bin/binutils/gdb/kvm-fbsd.c
index 8ee75b5..a695ab4 100644
--- a/gnu/usr.bin/binutils/gdb/kvm-fbsd.c
+++ b/gnu/usr.bin/binutils/gdb/kvm-fbsd.c
@@ -607,7 +607,7 @@ kvm_open (efile, cfile, sfile, perm, errout)
}
physrd (cfd, ksym_lookup ("IdlePTD") - KERNOFF, (char*)&sbr, sizeof sbr);
- printf ("IdlePTD at phsyical address 0x%08lx\n", (unsigned long)sbr);
+ printf ("IdlePTD at physical address 0x%08lx\n", (unsigned long)sbr);
curpcb = kvtophys(cfd, pcpu + PCPU_OFFSET (curpcb));
physrd (cfd, curpcb, (char*)&curpcb, sizeof curpcb);
OpenPOWER on IntegriCloud