Fix comment typos

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11193 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Olly Betts 2009-04-29 12:00:38 +00:00
commit 6d8ea4f7fa
10 changed files with 21 additions and 21 deletions

View file

@ -1,11 +1,11 @@
//
// embed15.i
// embed.i
// SWIG file embedding the Python interpreter in something else.
// This file is based on Python-1.5. It will not work with
// earlier versions.
//
// This file makes it possible to extend Python and all of its
// built-in functions without having to hack it's setup script.
// built-in functions without having to hack its setup script.
//