From: Arthur A. Gleckler Date: Thu, 2 Sep 2010 05:57:36 +0000 (-0700) Subject: Fixed typo in comments. X-Git-Tag: 20101212-Gtk~68 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=828621ece2df2120b5aa103f20ccc160f35741ac;p=mit-scheme.git Fixed typo in comments. --- diff --git a/tests/microcode/test-flonum-casts.scm b/tests/microcode/test-flonum-casts.scm index 864522c36..26ea17887 100644 --- a/tests/microcode/test-flonum-casts.scm +++ b/tests/microcode/test-flonum-casts.scm @@ -84,8 +84,8 @@ USA. -1.0 #*1011111111110000000000000000000000000000000000000000000000000000) - ;; We should a procedure that tests for floating-point infinity - ;; and use it here. + ;; We should add a procedure that tests for floating-point + ;; infinity and use it here. (let ((positive-infinity (integer-to-double #*0111111111110000000000000000000000000000000000000000000000000000))) @@ -138,8 +138,8 @@ USA. (test-single -1.0 #*10111111100000000000000000000000) - ;; We should a procedure that tests for floating-point infinity - ;; and use it here. + ;; We should add a procedure that tests for floating-point + ;; infinity and use it here. (let ((positive-infinity (integer-to-single #*01111111100000000000000000000000))) (assert-true (flo:positive? positive-infinity)))