From 9faa82d8c081b9e38370b5a913825111d2166de6 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Tue, 16 May 1995 08:39:54 -0400 Subject: Fix typos in comments. From-SVN: r9712 --- gcc/real.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/real.c') diff --git a/gcc/real.c b/gcc/real.c index 6c21b94..79e59df 100644 --- a/gcc/real.c +++ b/gcc/real.c @@ -2585,7 +2585,7 @@ eadd1 (a, b, c) return; } /* if same sign, result is double */ - /* double denomalized tiny number */ + /* double denormalized tiny number */ if ((bi[E] == 0) && ((bi[3] & 0x8000) == 0)) { eshup1 (bi); -- cgit v1.1