diff options
Diffstat (limited to 'lib/libc/sparc64/fpu/fpu_reg.h')
-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) |