Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfjouault2007-07-26 14:12:08 +0000
committerfjouault2007-07-26 14:12:08 +0000
commit75686b032bd97a4c03b89006838f47f3aeeba970 (patch)
tree82452d4926ea1936eeaad706b7322d08cdd74dfa /dsls/ACG/Compiler
parenta73cc15fc1c2b73af171269800a3ade0374378d4 (diff)
downloadorg.eclipse.atl-75686b032bd97a4c03b89006838f47f3aeeba970.tar.gz
org.eclipse.atl-75686b032bd97a4c03b89006838f47f3aeeba970.tar.xz
org.eclipse.atl-75686b032bd97a4c03b89006838f47f3aeeba970.zip
corrected a typo in description
Diffstat (limited to 'dsls/ACG/Compiler')
-rw-r--r--dsls/ACG/Compiler/ACG.acg2
1 files changed, 1 insertions, 1 deletions
diff --git a/dsls/ACG/Compiler/ACG.acg b/dsls/ACG/Compiler/ACG.acg
index 8cb89125..6649c922 100644
--- a/dsls/ACG/Compiler/ACG.acg
+++ b/dsls/ACG/Compiler/ACG.acg
@@ -1,6 +1,6 @@
-- @authors Frédéric Jouault
-- @date 2007/07/25
--- @description This ACG code generator generates .asm file that run on the ATL VM from ACG models.
+-- @description This ACG code generator generates .asm files that run on the ATL VM from ACG models.
acg ACG startsWith ACG {
function Node::suffix() =

Back to the top