summaryrefslogtreecommitdiff
path: root/doc/posix-headers/assert.texi
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2021-07-31 11:59:55 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2021-07-31 12:00:35 -0700
commitad28cce8e80ff0499d624db228a1644d745b3a67 (patch)
tree953decd07dbc030f9bb2473afb9accbdddff6458 /doc/posix-headers/assert.texi
parent0c484f5b94afb881676016186d0a15de1bf9872c (diff)
downloadgnulib-ad28cce8e80ff0499d624db228a1644d745b3a67.tar.gz
doc: C2X -> C2x
Diffstat (limited to 'doc/posix-headers/assert.texi')
-rw-r--r--doc/posix-headers/assert.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/posix-headers/assert.texi b/doc/posix-headers/assert.texi
index 28ddd1a592..3392a1691a 100644
--- a/doc/posix-headers/assert.texi
+++ b/doc/posix-headers/assert.texi
@@ -13,7 +13,7 @@ Portability problems fixed by Gnulib:
On older platforms @code{static_assert} and @code{_Static_assert} do
not allow the second string-literal argument to be omitted. For
example, GCC versions before 9.1 do not support the single-argument
-@code{static_assert} that was standardized by C2X and C++17.
+@code{static_assert} that was standardized by C2x and C++17.
@item
Even-older platforms do not support @code{static_assert} or
@code{_Static_assert} at all. For example, GCC versions before 4.6 do