[llvm-commits] [llvm] r58621 - /llvm/trunk/Makefile.rules
Daniel Dunbar
daniel at zuster.org
Mon Nov 3 09:33:36 PST 2008
Author: ddunbar
Date: Mon Nov 3 11:33:36 2008
New Revision: 58621
URL: http://llvm.org/viewvc/llvm-project?rev=58621&view=rev
Log:
Comment fix.
Modified:
llvm/trunk/Makefile.rules
Modified: llvm/trunk/Makefile.rules
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/Makefile.rules?rev=58621&r1=58620&r2=58621&view=diff
==============================================================================
--- llvm/trunk/Makefile.rules (original)
+++ llvm/trunk/Makefile.rules Mon Nov 3 11:33:36 2008
@@ -1302,7 +1302,7 @@
# INCFiles rule: All of the tblgen generated files are emitted to
# $(ObjDir)/%.inc.tmp, instead of emitting them directly to %.inc. This allows
# us to only "touch" the real file if the contents of it change. IOW, if
-# tblgen is modified, all of the .inc.tmp files are regereated, but no
+# tblgen is modified, all of the .inc.tmp files are regenerated, but no
# dependencies of the .inc files are, unless the contents of the .inc file
# changes.
$(INCFiles) : %.inc : $(ObjDir)/%.inc.tmp
More information about the llvm-commits
mailing list