]> granicus.if.org Git - python/commitdiff
Fix a trivial typo.
authorEric V. Smith <eric@trueblade.com>
Fri, 21 Aug 2015 13:40:38 +0000 (09:40 -0400)
committerEric V. Smith <eric@trueblade.com>
Fri, 21 Aug 2015 13:40:38 +0000 (09:40 -0400)
Python/ast.c

index c1c3907b91c101fd3f38a7b41d45aae72c9cec85..8b356fef4d1fd63006d7eb89bd0ba3a24d2db667 100644 (file)
@@ -511,7 +511,7 @@ PyAST_Validate(mod_ty mod)
 /* Data structure used internally */
 struct compiling {
     char *c_encoding; /* source encoding */
-    PyArena *c_arena; /* arena for allocating memeory */
+    PyArena *c_arena; /* Arena for allocating memory. */
     PyObject *c_filename; /* filename */
     PyObject *c_normalize; /* Normalization function from unicodedata. */
     PyObject *c_normalize_args; /* Normalization argument tuple. */