diff options
author | schweikh <schweikh@FreeBSD.org> | 2002-12-30 21:18:15 +0000 |
---|---|---|
committer | schweikh <schweikh@FreeBSD.org> | 2002-12-30 21:18:15 +0000 |
commit | 86f7487fb6a0b8dd9e3a699ad48d6e99504a67ff (patch) | |
tree | bd0234a8048c844b06483795cfb1fe4d34b68a4f /sys/sparc64 | |
parent | 338583ff7c1145c5e2deba34aed769eb7998286c (diff) | |
download | FreeBSD-src-86f7487fb6a0b8dd9e3a699ad48d6e99504a67ff.zip FreeBSD-src-86f7487fb6a0b8dd9e3a699ad48d6e99504a67ff.tar.gz |
Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/
Add FreeBSD Id tag where missing.
Diffstat (limited to 'sys/sparc64')
-rw-r--r-- | sys/sparc64/pci/psycho.c | 2 | ||||
-rw-r--r-- | sys/sparc64/sparc64/cache.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/sparc64/pci/psycho.c b/sys/sparc64/pci/psycho.c index 939018e..33611d7 100644 --- a/sys/sparc64/pci/psycho.c +++ b/sys/sparc64/pci/psycho.c @@ -537,7 +537,7 @@ psycho_attach(device_t dev) * of a pair of psycho's to arrive here. * * We should calculate a TSB size based on amount of RAM - * and number of bus controllers and number an type of + * and number of bus controllers and number and type of * child devices. * * For the moment, 32KB should be more than enough. diff --git a/sys/sparc64/sparc64/cache.c b/sys/sparc64/sparc64/cache.c index ef17c5d..6b27f14 100644 --- a/sys/sparc64/sparc64/cache.c +++ b/sys/sparc64/sparc64/cache.c @@ -78,7 +78,7 @@ /* * Cache routines. * - * UltraSPARCs have an virtually indexed, physically tagged (VIPT) level 1 data + * UltraSPARCs have a virtually indexed, physically tagged (VIPT) level 1 data * cache (D$) and physically indexed, physically tagged (PIPT) level 1 * instruction (I$) and Level 2 (E$) caches. * D$ is directly mapped, I$ is pseudo 2-way associative. The Level 2 cache (E$) |