From: Georg Brandl Date: Wed, 5 Dec 2007 07:02:47 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v2.6a1~935 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2d3953bd7854868e0949dd009fadfb43ec95a554;p=python Fix typo. --- diff --git a/Python/ceval.c b/Python/ceval.c index 677dfc21f8..e218d051bc 100644 --- a/Python/ceval.c +++ b/Python/ceval.c @@ -622,7 +622,7 @@ PyEval_EvalFrameEx(PyFrameObject *f, int throwflag) next opcode. A successful prediction saves a trip through the eval-loop including - its two unpredictable branches, the HASARG test and the switch-case. + its two unpredictable branches, the HAS_ARG test and the switch-case. If collecting opcode statistics, turn off prediction so that statistics are accurately maintained (the predictions bypass