]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-91731: Fix typo in pymacro.h (#92618)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Tue, 10 May 2022 12:47:22 +0000 (13:47 +0100)
committerGitHub <noreply@github.com>
Tue, 10 May 2022 12:47:22 +0000 (13:47 +0100)
* Fix typo in pymacro.h

* Update Include/pymacro.h

Co-authored-by: Victor Stinner <vstinner@python.org>
Co-authored-by: Victor Stinner <vstinner@python.org>
Include/pymacro.h

index 5037bbd013801b9e868990cf3bb913552edd5024..b959eeb3f58b35d2d3a7a9029e0594b3aba10134 100644 (file)
@@ -10,7 +10,7 @@
 #  define static_assert _Static_assert
 #endif
 
-// static_assert is defined in GLIB from version 2.16. Before it requires
+// static_assert is defined in glibc from version 2.16. Before it requires
 // compiler support (gcc >= 4.6) and is called _Static_assert.
 #if (defined(__GLIBC__) \
      && (__GLIBC__ < 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ <= 16)) \