[libcxx-commits] [libcxx] ae68ce5 - [libc++][NFC] Fix typo in comment
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Feb 14 15:26:15 PST 2022
Author: Louis Dionne
Date: 2022-02-14T18:26:10-05:00
New Revision: ae68ce5ca89abca8b9b4efb35549729204a96328
URL: https://github.com/llvm/llvm-project/commit/ae68ce5ca89abca8b9b4efb35549729204a96328
DIFF: https://github.com/llvm/llvm-project/commit/ae68ce5ca89abca8b9b4efb35549729204a96328.diff
LOG: [libc++][NFC] Fix typo in comment
Added:
Modified:
libcxx/include/__format/parser_std_format_spec.h
Removed:
################################################################################
diff --git a/libcxx/include/__format/parser_std_format_spec.h b/libcxx/include/__format/parser_std_format_spec.h
index d7708532150bf..ca4eae1fa9182 100644
--- a/libcxx/include/__format/parser_std_format_spec.h
+++ b/libcxx/include/__format/parser_std_format_spec.h
@@ -45,7 +45,7 @@ namespace __format_spec {
/**
* Contains the flags for the std-format-spec.
*
- * Some format-options can only be used for specific C++types and may depend on
+ * Some format-options can only be used for specific C++ types and may depend on
* the selected format-type.
* * The C++type filtering can be done using the proper policies for
* @ref __parser_std.
More information about the libcxx-commits
mailing list