summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/spmath/sfsub.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-11-29 09:27:36 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-11-29 09:27:36 +0000
commit36b5e219fd88986592e92468b60f222f9c68769a (patch)
treef11329f78d900d2d95c12b7818d413243aa705ee /sys/arch/hppa/spmath/sfsub.c
parentb41241a44179e201aa45aa46d748473621bd8bc3 (diff)
Foward; torh@bogus.net
Diffstat (limited to 'sys/arch/hppa/spmath/sfsub.c')
-rw-r--r--sys/arch/hppa/spmath/sfsub.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/spmath/sfsub.c b/sys/arch/hppa/spmath/sfsub.c
index 51250672cd1..164950ee1fd 100644
--- a/sys/arch/hppa/spmath/sfsub.c
+++ b/sys/arch/hppa/spmath/sfsub.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sfsub.c,v 1.5 2002/05/07 22:19:30 mickey Exp $ */
+/* $OpenBSD: sfsub.c,v 1.6 2002/11/29 09:27:34 deraadt Exp $ */
/*
(c) Copyright 1986 HEWLETT-PACKARD COMPANY
To anyone who acknowledges that this file is provided "AS IS"
@@ -274,7 +274,7 @@ sgl_fsub(leftptr, rightptr, dstptr, status)
if(Sgl_iszero_hidden(result))
{
/* Handle normalization */
- /* A straight foward algorithm would now shift the result
+ /* A straight forward algorithm would now shift the result
* and extension left until the hidden bit becomes one. Not
* all of the extension bits need participate in the shift.
* Only the two most significant bits (round and guard) are