From df63bf3dca044d886dd024271f109e912d3420d9 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Fri, 21 May 2021 15:30:36 +0100 Subject: [PATCH] Fix spelling of epoch (#119) --- doc/index.html | 8 ++++---- include/boost/predef/language/stdc.h | 2 +- include/boost/predef/language/stdcpp.h | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/index.html b/doc/index.html index c7bde8c..f9d5c78 100644 --- a/doc/index.html +++ b/doc/index.html @@ -3748,7 +3748,7 @@ If available, the version is detected as VV.RR.P.

4.3.3. BOOST_LANG_STDC

Standard C language. -If available, the year of the standard is detected as YYYY.MM.1 from the Epoc date.

+If available, the year of the standard is detected as YYYY.MM.1 from the Epoch date.

@@ -3777,7 +3777,7 @@ If available, the year of the standard is detected as YYYY.MM.1 from the Epoc da

4.3.4. BOOST_LANG_STDCPP

Standard C++ language. -If available, the year of the standard is detected as YYYY.MM.1 from the Epoc date. +If available, the year of the standard is detected as YYYY.MM.1 from the Epoch date. Because of the way the C++ standardization process works the defined version year will not be the commonly known year of the standard. Specifically the defined versions are:

@@ -3846,7 +3846,7 @@ Specifically the defined versions are:

4.3.5. BOOST_LANG_STDCPPCLI

Standard C++/CLI language. -If available, the year of the standard is detected as YYYY.MM.1 from the Epoc date.

+If available, the year of the standard is detected as YYYY.MM.1 from the Epoch date.

@@ -7313,4 +7313,4 @@ Joel Falcou for managing the review of this library.

- \ No newline at end of file + diff --git a/include/boost/predef/language/stdc.h b/include/boost/predef/language/stdc.h index 94e30fe..8cbd6a1 100644 --- a/include/boost/predef/language/stdc.h +++ b/include/boost/predef/language/stdc.h @@ -15,7 +15,7 @@ http://www.boost.org/LICENSE_1_0.txt) = `BOOST_LANG_STDC` http://en.wikipedia.org/wiki/C_(programming_language)[Standard C] language. -If available, the year of the standard is detected as YYYY.MM.1 from the Epoc date. +If available, the year of the standard is detected as YYYY.MM.1 from the Epoch date. [options="header"] |=== diff --git a/include/boost/predef/language/stdcpp.h b/include/boost/predef/language/stdcpp.h index fc83431..daa14cf 100644 --- a/include/boost/predef/language/stdcpp.h +++ b/include/boost/predef/language/stdcpp.h @@ -15,7 +15,7 @@ http://www.boost.org/LICENSE_1_0.txt) = `BOOST_LANG_STDCPP` http://en.wikipedia.org/wiki/C%2B%2B[Standard {CPP}] language. -If available, the year of the standard is detected as YYYY.MM.1 from the Epoc date. +If available, the year of the standard is detected as YYYY.MM.1 from the Epoch date. Because of the way the {CPP} standardization process works the defined version year will not be the commonly known year of the standard. Specifically the defined versions are: @@ -61,7 +61,7 @@ Specifically the defined versions are: = `BOOST_LANG_STDCPPCLI` http://en.wikipedia.org/wiki/C%2B%2B/CLI[Standard {CPP}/CLI] language. -If available, the year of the standard is detected as YYYY.MM.1 from the Epoc date. +If available, the year of the standard is detected as YYYY.MM.1 from the Epoch date. [options="header"] |===