Fixed typo in comments.
authorArthur A. Gleckler <gnu@speechcode.com>
Thu, 2 Sep 2010 05:57:36 +0000 (22:57 -0700)
committerArthur A. Gleckler <gnu@speechcode.com>
Thu, 2 Sep 2010 05:57:36 +0000 (22:57 -0700)
tests/microcode/test-flonum-casts.scm

index 864522c36f6a3ab6e5742861b81f5e1d45cfbfda..26ea178872470abd4240ae81896f415793b7eddd 100644 (file)
@@ -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)))