*** empty log message ***

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@138 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2000-01-21 16:50:07 +00:00
commit ee6ebfe4ff

View file

@ -2,7 +2,7 @@
* types.c
*
* This file defines a generic type object implementation. Types are
* defined recursively as describe in the "dragan book", pg. 355.
* defined recursively as described in the "dragon book", pg. 355.
*
* Author(s) : David Beazley (beazley@cs.uchicago.edu)
*