Index: build/buildflag.h |
diff --git a/build/buildflag.h b/build/buildflag.h |
index 283f5bce41c23314cf3db7806fedbc3b55723f1b..5776a754c42cab681f2522bd15be5a48bd92de9c 100644 |
--- a/build/buildflag.h |
+++ b/build/buildflag.h |
@@ -11,7 +11,7 @@ |
// the setup to know what the flag is" as "flag is off". Normally you would |
// include the generated header rather than include this file directly. |
// |
-// This is for use with generated headers. See build/build_header.gni. |
+// This is for use with generated headers. See build/buildflag_header.gni. |
// This dance of two macros does a concatenation of two preprocessor args using |
// ## doubly indirectly because using ## directly prevents macros in that |