forked from OSchip/llvm-project
Documentation: fix another typo, "arrays types" -> "array types".
Thanks to Kim Gräsman <kim.grasman@gmail.com> for pointing this out. llvm-svn: 244124
This commit is contained in:
parent
dc8bd82768
commit
7ab178a29a
|
@ -109,7 +109,7 @@ struct PrintingPolicy {
|
||||||
/// \brief Whether we should print the sizes of constant array expressions
|
/// \brief Whether we should print the sizes of constant array expressions
|
||||||
/// as written in the sources.
|
/// as written in the sources.
|
||||||
///
|
///
|
||||||
/// This flag determines whether arrays types declared as
|
/// This flag determines whether array types declared as
|
||||||
///
|
///
|
||||||
/// \code
|
/// \code
|
||||||
/// int a[4+10*10];
|
/// int a[4+10*10];
|
||||||
|
|
Loading…
Reference in New Issue