summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/web2c/fixwrites.c
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-03-30 11:13:40 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-03-30 11:13:40 +0000
commitcebdda463446a4efc44c356c0e8c85d4a8932373 (patch)
tree991922e9198a0245e34ee54e7362a19828666d68 /Build/source/texk/web2c/web2c/fixwrites.c
parentf6449e724e0cf3a3559dd53daf9ba5e23ce783e5 (diff)
remove Omega and references to the defunct eOmega and pdfeTeX
git-svn-id: svn://tug.org/texlive/trunk@12570 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/web2c/fixwrites.c')
-rw-r--r--Build/source/texk/web2c/web2c/fixwrites.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/web2c/fixwrites.c b/Build/source/texk/web2c/web2c/fixwrites.c
index 7a7e6a2aa1e..11b111258ad 100644
--- a/Build/source/texk/web2c/web2c/fixwrites.c
+++ b/Build/source/texk/web2c/web2c/fixwrites.c
@@ -163,7 +163,7 @@ bare P2C(string, cp, char, c)
/* xchr[...] is supposed to be replaced by Xchr(...) when characters
- take more than a single octet each, as is the case in Omega. Now
+ take more than a single octet each, as is the case in Aleph. Now
there are several occurrences of xchr[...[...]...], which are
translated into Xchr(...[...)...], and the compiler dies on syntax
errors. Ensures that it is the matching bracket that is replaced,