]> granicus.if.org Git - python/commitdiff
Fix typo.
authorGeorg Brandl <georg@python.org>
Wed, 5 Dec 2007 07:02:47 +0000 (07:02 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 5 Dec 2007 07:02:47 +0000 (07:02 +0000)
Python/ceval.c

index 677dfc21f85f9e8a54042b54bf53a217ac64c6fd..e218d051bc82813a0dde55e67fb4bb758198dc58 100644 (file)
@@ -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