aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2024-04-16 10:56:46 +0100
committerJonathan Wakely <jwakely@redhat.com>2024-04-16 16:46:15 +0100
commit443748259d903b6f4d4557392fc788df93d63377 (patch)
treea3e94d4209b533fd065b2a925c8674e92bede5c9
parent8eddd87da2dd01c841f9742f973f65ebe0a88e71 (diff)
downloadgcc-443748259d903b6f4d4557392fc788df93d63377.zip
gcc-443748259d903b6f4d4557392fc788df93d63377.tar.gz
gcc-443748259d903b6f4d4557392fc788df93d63377.tar.bz2
libstdc++: Fix "extact" typos in comments
libstdc++-v3/ChangeLog: * config/locale/dragonfly/numeric_members.cc: Fix typos in comments. * config/locale/gnu/numeric_members.cc: Likewise.
-rw-r--r--libstdc++-v3/config/locale/dragonfly/numeric_members.cc4
-rw-r--r--libstdc++-v3/config/locale/gnu/numeric_members.cc4
2 files changed, 4 insertions, 4 deletions
diff --git a/libstdc++-v3/config/locale/dragonfly/numeric_members.cc b/libstdc++-v3/config/locale/dragonfly/numeric_members.cc
index 4e8364f..dc71ef4 100644
--- a/libstdc++-v3/config/locale/dragonfly/numeric_members.cc
+++ b/libstdc++-v3/config/locale/dragonfly/numeric_members.cc
@@ -115,7 +115,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
}
}
- // NB: There is no way to extact this info from posix locales.
+ // NB: There is no way to extract this info from posix locales.
// _M_truename = __nl_langinfo_l(YESSTR, __cloc);
_M_data->_M_truename = "true";
_M_data->_M_truename_size = 4;
@@ -213,7 +213,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
}
}
- // NB: There is no way to extact this info from posix locales.
+ // NB: There is no way to extract this info from posix locales.
// _M_truename = __nl_langinfo_l(YESSTR, __cloc);
_M_data->_M_truename = L"true";
_M_data->_M_truename_size = 4;
diff --git a/libstdc++-v3/config/locale/gnu/numeric_members.cc b/libstdc++-v3/config/locale/gnu/numeric_members.cc
index 3d1a88a..f061065 100644
--- a/libstdc++-v3/config/locale/gnu/numeric_members.cc
+++ b/libstdc++-v3/config/locale/gnu/numeric_members.cc
@@ -159,7 +159,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
}
}
- // NB: There is no way to extact this info from posix locales.
+ // NB: There is no way to extract this info from posix locales.
// _M_truename = __nl_langinfo_l(YESSTR, __cloc);
_M_data->_M_truename = "true";
_M_data->_M_truename_size = 4;
@@ -251,7 +251,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
}
}
- // NB: There is no way to extact this info from posix locales.
+ // NB: There is no way to extract this info from posix locales.
// _M_truename = __nl_langinfo_l(YESSTR, __cloc);
_M_data->_M_truename = L"true";
_M_data->_M_truename_size = 4;