From ae68ce5ca89abca8b9b4efb35549729204a96328 Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Mon, 14 Feb 2022 18:25:57 -0500 Subject: [PATCH] [libc++][NFC] Fix typo in comment --- libcxx/include/__format/parser_std_format_spec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcxx/include/__format/parser_std_format_spec.h b/libcxx/include/__format/parser_std_format_spec.h index d770853..ca4eae1 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. -- 2.7.4