aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2016-09-28 19:04:23 +0100
committerJonathan Wakely <redi@gcc.gnu.org>2016-09-28 19:04:23 +0100
commitb236debd3b05584e8f5091fe35f1e071a2f4385b (patch)
tree49a402b3811cfc2b884f6f609b09149bc41edb82 /libstdc++-v3
parent58920998e374bac41c6affea0284e6d1f00f5c42 (diff)
downloadgcc-b236debd3b05584e8f5091fe35f1e071a2f4385b.zip
gcc-b236debd3b05584e8f5091fe35f1e071a2f4385b.tar.gz
gcc-b236debd3b05584e8f5091fe35f1e071a2f4385b.tar.bz2
* include/std/chrono (system_clock): Fix typo in comment.
From-SVN: r240589
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog2
-rw-r--r--libstdc++-v3/include/std/chrono2
2 files changed, 3 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 3ce95a1..ee5a63f 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,5 +1,7 @@
2016-09-28 Jonathan Wakely <jwakely@redhat.com>
+ * include/std/chrono (system_clock): Fix typo in comment.
+
* include/experimental/bits/fs_fwd.h (file_time_type): Simplify
definition.
* src/filesystem/ops.cc (file_time): Take error_code parameter and
diff --git a/libstdc++-v3/include/std/chrono b/libstdc++-v3/include/std/chrono
index f29d8e1..11e7fa2 100644
--- a/libstdc++-v3/include/std/chrono
+++ b/libstdc++-v3/include/std/chrono
@@ -784,7 +784,7 @@ _GLIBCXX_END_NAMESPACE_VERSION
// Clocks.
// Why nanosecond resolution as the default?
- // Why have std::system_clock always count in the higest
+ // Why have std::system_clock always count in the highest
// resolution (ie nanoseconds), even if on some OSes the low 3
// or 9 decimal digits will be always zero? This allows later
// implementations to change the system_clock::now()