]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix some typos in comments (GH-32422)
authorjonasdlindner <42033762+jonasdlindner@users.noreply.github.com>
Sat, 9 Apr 2022 09:12:15 +0000 (11:12 +0200)
committerGitHub <noreply@github.com>
Sat, 9 Apr 2022 09:12:15 +0000 (18:12 +0900)
Python/ceval.c
configure
configure.ac
setup.py

index cb739c1572d166877b3ad36f69cd58e5d285379f..f3d1c100d83ae0249d5635339cea7a5cec5d4017 100644 (file)
@@ -1470,7 +1470,7 @@ eval_frame_handle_pending(PyThreadState *tstate)
 #define TRACE_FUNCTION_UNWIND()  \
     if (cframe.use_tracing) { \
         /* Since we are already unwinding, \
-         * we dont't care if this raises */ \
+         * we don't care if this raises */ \
         trace_function_exit(tstate, frame, NULL); \
     }
 
index 69b12309de57895915b7e905d7e0bbf3b5ea369b..96530325f8cb985e8a7ebec12928b775e8366dea 100755 (executable)
--- a/configure
+++ b/configure
@@ -6464,7 +6464,7 @@ $as_echo "$EXPORTSYMS" >&6; }
 # make sure we default having it set to "no": this is used by
 # distutils.unixccompiler to know if it should add --enable-new-dtags
 # to linker command lines, and failing to detect GNU ld simply results
-# in the same bahaviour as before.
+# in the same behaviour as before.
 
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
 $as_echo_n "checking for GNU ld... " >&6; }
index 5860595b752c8ccdb97938b79822b9848ffaa0d6..6a460cd94c243304e0a0fb4f3993b3ac3ae5e2a7 100644 (file)
@@ -1247,7 +1247,7 @@ AC_MSG_RESULT($EXPORTSYMS)
 # make sure we default having it set to "no": this is used by
 # distutils.unixccompiler to know if it should add --enable-new-dtags
 # to linker command lines, and failing to detect GNU ld simply results
-# in the same bahaviour as before.
+# in the same behaviour as before.
 AC_SUBST(GNULD)
 AC_MSG_CHECKING(for GNU ld)
 ac_prog=ld
index a1a24ce1551bd7960a3e91be09c7963014946801..1e1627ec3927d7fce6ee7b464b2eab74a34973c3 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -343,7 +343,7 @@ class PyBuildExt(build_ext):
 
         Distutils appends extra args to the compiler arguments. Some flags like
         -I must appear earlier, otherwise the pre-processor picks up files
-        from system inclue directories.
+        from system include directories.
         """
         upper_name = ext.name.upper()
         # Parse compiler flags (-I, -D, -U, extra args)