guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 18/58: Fix typo in comment within numbers.c


From: Andy Wingo
Subject: [Guile-commits] 18/58: Fix typo in comment within numbers.c
Date: Tue, 7 Aug 2018 06:58:31 -0400 (EDT)

wingo pushed a commit to branch lightning
in repository guile.

commit 5f7213e12ce6923eb56570020711e5d96a04c1fd
Author: Mark H Weaver <address@hidden>
Date:   Mon Dec 4 22:07:40 2017 -0500

    Fix typo in comment within numbers.c
---
 libguile/numbers.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libguile/numbers.c b/libguile/numbers.c
index a14597b..2c325b9 100644
--- a/libguile/numbers.c
+++ b/libguile/numbers.c
@@ -153,7 +153,7 @@ static SCM flo_log10e;
 
 #define SCM_SWAP(x, y) do { SCM __t = x; x = y; y = __t; } while (0)
 
-/* FLOBUFLEN is the maximum number of characters neccessary for the
+/* FLOBUFLEN is the maximum number of characters necessary for the
  * printed or scm_string representation of an inexact number.
  */
 #define FLOBUFLEN (40+2*(sizeof(double)/sizeof(char)*SCM_CHAR_BIT*3+9)/10)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]