From 33da19d2ea16cb16da8fc9c9e10badb255d8e0b3 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Wed, 27 Jan 2016 19:04:18 +1300 Subject: [PATCH] Fix comment typo --- Lib/python/embed.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/python/embed.i b/Lib/python/embed.i index 5b259ade4..fb86d9bdf 100644 --- a/Lib/python/embed.i +++ b/Lib/python/embed.i @@ -65,7 +65,7 @@ static void swig_add_module(char *name, void (*initfunc)()) { SWIG_Import_Inittab[swig_num_modules].initfunc = 0; } -/* Function to add all of Python's build in modules to our interpreter */ +/* Function to add all of Python's built-in modules to our interpreter */ static void swig_add_builtin() { int i = 0;