summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjonasdlindner <42033762+jonasdlindner@users.noreply.github.com>2022-04-09 09:12:15 (GMT)
committerGitHub <noreply@github.com>2022-04-09 09:12:15 (GMT)
commitf52d987abfda25e50469c9b6fe1d19f72453d2de (patch)
tree8c0bc048c8ae01dd4b0f009ce642981a485c2371
parent677320348728ce058fa3579017e985af74a236d4 (diff)
downloadcpython-f52d987abfda25e50469c9b6fe1d19f72453d2de.zip
cpython-f52d987abfda25e50469c9b6fe1d19f72453d2de.tar.gz
cpython-f52d987abfda25e50469c9b6fe1d19f72453d2de.tar.bz2
Fix some typos in comments (GH-32422)
-rw-r--r--Python/ceval.c2
-rwxr-xr-xconfigure2
-rw-r--r--configure.ac2
-rw-r--r--setup.py2
4 files changed, 4 insertions, 4 deletions
diff --git a/Python/ceval.c b/Python/ceval.c
index cb739c1..f3d1c10 100644
--- a/Python/ceval.c
+++ b/Python/ceval.c
@@ -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); \
}
diff --git a/configure b/configure
index 69b1230..9653032 100755
--- 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; }
diff --git a/configure.ac b/configure.ac
index 5860595..6a460cd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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
diff --git a/setup.py b/setup.py
index a1a24ce..1e1627e 100644
--- 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)