[libcxx-commits] [libcxx] 59a98dc - [libc++][doc] Fix copy pasted comment.
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Nov 16 06:57:21 PST 2021
Author: Mark de Wever
Date: 2021-11-16T15:56:59+01:00
New Revision: 59a98dc2080037d57efbeb55cf620d6ebf711e54
URL: https://github.com/llvm/llvm-project/commit/59a98dc2080037d57efbeb55cf620d6ebf711e54
DIFF: https://github.com/llvm/llvm-project/commit/59a98dc2080037d57efbeb55cf620d6ebf711e54.diff
LOG: [libc++][doc] Fix copy pasted comment.
Added:
Modified:
libcxx/test/libcxx/utilities/format/format.string/format.string.std/std_format_spec_integer.pass.cpp
Removed:
################################################################################
diff --git a/libcxx/test/libcxx/utilities/format/format.string/format.string.std/std_format_spec_integer.pass.cpp b/libcxx/test/libcxx/utilities/format/format.string/format.string.std/std_format_spec_integer.pass.cpp
index 7f9fb7bc721d2..3e8a66801aabd 100644
--- a/libcxx/test/libcxx/utilities/format/format.string/format.string.std/std_format_spec_integer.pass.cpp
+++ b/libcxx/test/libcxx/utilities/format/format.string/format.string.std/std_format_spec_integer.pass.cpp
@@ -13,7 +13,7 @@
// <format>
// Tests the parsing of the format string as specified in [format.string.std].
-// It validates whether the std-format-spec is valid for a string type.
+// It validates whether the std-format-spec is valid for an integer type.
#include <format>
#include <cassert>
More information about the libcxx-commits
mailing list