about summary refs log tree commit diff
path: root/ports/sysdeps/hppa/fpu/fesetenv.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/sysdeps/hppa/fpu/fesetenv.c')
-rw-r--r--ports/sysdeps/hppa/fpu/fesetenv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/sysdeps/hppa/fpu/fesetenv.c b/ports/sysdeps/hppa/fpu/fesetenv.c
index fd2794200a..e845b2c8dd 100644
--- a/ports/sysdeps/hppa/fpu/fesetenv.c
+++ b/ports/sysdeps/hppa/fpu/fesetenv.c
@@ -49,7 +49,7 @@ fesetenv (const fenv_t *envp)
 				  | FE_DOWNWARD
 				  | (FE_ALL_EXCEPT << 27)));
 
-  /* Load the new environment. We use bufptr again since the 
+  /* Load the new environment. We use bufptr again since the
      initial asm has modified the value of the register and here
      we take advantage of that to load in reverse order so fr0
      is loaded last and T-Bit is enabled. */