[libc++][NFC] Fix typo in comment

This commit is contained in:
Louis Dionne 2022-02-14 18:25:57 -05:00
parent 7420cf1b15
commit ae68ce5ca8
1 changed files with 1 additions and 1 deletions

View File

@ -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.