trivial diff: rl_relops.m: fix typo in comment

Simon Taylor stayl at cs.mu.OZ.AU
Thu Apr 1 16:04:21 AEST 1999


Estimated hours taken: 0.1

compiler/rl_relops.m:
	Fix a typo in a comment.



Index: rl_relops.m
===================================================================
RCS file: /home/staff/zs/imp/mercury/compiler/rl_relops.m,v
retrieving revision 1.1
diff -u -u -r1.1 rl_relops.m
--- rl_relops.m	1998/12/06 23:45:39	1.1
+++ rl_relops.m	1999/04/01 06:00:45
@@ -6,7 +6,7 @@
 % File: rl_relops
 % Main author: stayl
 %
-% Generate intermediate code for relation operations.
+% Generate intermediate code for relational operations.
 %-----------------------------------------------------------------------------%
 :- module rl_relops.
 
@@ -15,7 +15,7 @@
 :- import_module hlds_goal, instmap, prog_data, rl, rl_info.
 :- import_module bool, list, std_util.
 
-	/*
+/*
 	% Perform projections and selections before joins. In some cases
 	% this may worsen performance (reducing tuple size by removing
 	% a single integer from each tuple is not likely to improve the



More information about the developers mailing list