summaryrefslogtreecommitdiff
path: root/ecs.c
diff options
context:
space:
mode:
authorVern Paxson <vern@ee.lbl.gov>1993-12-07 10:18:09 +0000
committerVern Paxson <vern@ee.lbl.gov>1993-12-07 10:18:09 +0000
commit08f37c757a8c9afbbe514527b6ba0676db5edee7 (patch)
treea844f97b31edc3f6ca76449728b3c081e5de61f3 /ecs.c
parentcd0e94e833e69b7b52210125b74f2728bdbb2afb (diff)
{min,max,abs} -> {MIN,MAX,ABS}
Diffstat (limited to 'ecs.c')
-rw-r--r--ecs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ecs.c b/ecs.c
index cc4e955..4c3b950 100644
--- a/ecs.c
+++ b/ecs.c
@@ -80,7 +80,7 @@ int fwd[], bck[], num;
numcl = 0;
- /* Create equivalence class numbers. From now on, abs( bck(x) )
+ /* Create equivalence class numbers. From now on, ABS( bck(x) )
* is the equivalence class number for object x. If bck(x)
* is positive, then x is the representative of its equivalence
* class.