| Index: tools/gn/variables.cc
|
| diff --git a/tools/gn/variables.cc b/tools/gn/variables.cc
|
| index 528e6ae772aa9d03d78e7ee72df853ea793edba1..447ecd67406626d53b3f00629bc434d58614accf 100644
|
| --- a/tools/gn/variables.cc
|
| +++ b/tools/gn/variables.cc
|
| @@ -693,7 +693,7 @@ const char kPublic_Help[] =
|
| " visibility list, the include will be rejected.\n"
|
| "\n"
|
| " GN only knows about files declared in the \"sources\" and \"public\"\n"
|
| - " sections of targets. If a file is included that is now known to the\n"
|
| + " sections of targets. If a file is included that is not known to the\n"
|
| " build, it will be allowed.\n"
|
| "\n"
|
| "Examples:\n"
|
|
|