diff options
| author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-04-30 01:24:24 +0000 |
|---|---|---|
| committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-04-30 01:24:24 +0000 |
| commit | 32223c1b7dea9bcf5ccb35a6462fb6a29a344910 (patch) | |
| tree | b4c646668481cdc1dd9daaea77bf963c2e2862a0 /lib/libc/sparc64 | |
| parent | 1ce4275dd2c639eb1ce78cba2fd31d4b61f72562 (diff) | |
Notes
Diffstat (limited to 'lib/libc/sparc64')
| -rw-r--r-- | lib/libc/sparc64/fpu/fpu_reg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sparc64/fpu/fpu_reg.h b/lib/libc/sparc64/fpu/fpu_reg.h index b8b72291b71f..8798d6046137 100644 --- a/lib/libc/sparc64/fpu/fpu_reg.h +++ b/lib/libc/sparc64/fpu/fpu_reg.h @@ -51,7 +51,7 @@ typedef void (fp_ldst64_fn)(u_int64_t *); /* * These are the functions that are actually used in the fpu emulation code to * access the fp registers. They are usually not used more than once, so - * cacheing needs not be done here. + * caching needs not be done here. */ static __inline u_int32_t __fpu_getreg(int r) |
