summary refs log tree commit diff
path: root/lisc/test
diff options
context:
space:
mode:
Diffstat (limited to 'lisc/test')
-rw-r--r--lisc/test/abi2.ssa2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisc/test/abi2.ssa b/lisc/test/abi2.ssa
index 15b3fa3..b82c80c 100644
--- a/lisc/test/abi2.ssa
+++ b/lisc/test/abi2.ssa
@@ -13,6 +13,6 @@ function s $sum(:fps %p) {
 # typedef struct { float f1; char b; float f2; } fps;
 # extern float sum(fps);
 # int main() { fps x = { 1.23, -1, 2.34 }; return !(sum(x) == 1.23f+2.34f); }
-# /* Note the f above are important
+# /* Note the f suffixes above are important
 #  * otherwise C does double operations. */
 # <<<