]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
Fix typo
authorMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 17 Dec 2004 13:52:17 +0000 (13:52 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 17 Dec 2004 13:52:17 +0000 (13:52 +0000)
man3/__setfpucw.3

index b53a927103c364ceafb4db03ec07068a102f02f9..9ead3b9b8b78e8c9ec5e9301af8f1654ed63a55b 100644 (file)
@@ -45,7 +45,7 @@ and fpu exception handling, like
 .IR fesetexceptflag ,
 .IR fetestexcept .
 .PP
-If direct acces to the FPU control word is still needed, the _FPU_GETCW
+If direct access to the FPU control word is still needed, the _FPU_GETCW
 and _FPU_SETCW macros from
 .I /usr/include/fpu_control.h
 can be used.