diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-02-28 09:23:30 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-02-28 09:23:30 (GMT) |
commit | 377fc83bb085523c857545603b7cd054ef49f160 (patch) | |
tree | 4e6579a83187d21c165799c9043faa0e119b51c2 /unix | |
parent | 972e984924b244025bb66cb5b7935f1dd0625eef (diff) | |
download | tk-377fc83bb085523c857545603b7cd054ef49f160.zip tk-377fc83bb085523c857545603b7cd054ef49f160.tar.gz tk-377fc83bb085523c857545603b7cd054ef49f160.tar.bz2 |
Comment typo nit
Diffstat (limited to 'unix')
-rw-r--r-- | unix/tkUnixFont.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tkUnixFont.c b/unix/tkUnixFont.c index 054139e..d97723b 100644 --- a/unix/tkUnixFont.c +++ b/unix/tkUnixFont.c @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkUnixFont.c,v 1.32 2007/02/27 10:43:47 dkf Exp $ + * RCS: @(#) $Id: tkUnixFont.c,v 1.33 2007/02/28 09:23:30 dkf Exp $ */ #include "tkUnixInt.h" @@ -273,7 +273,7 @@ static int UtfToUcs2beProc(ClientData clientData, CONST char*src, * * Side effects: * Releases thread-specific resources used by font pkg. -x * + * *------------------------------------------------------------------------- */ |