aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/text-art/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/text-art/types.h b/gcc/text-art/types.h
index 2b9f8b3..c741f77 100644
--- a/gcc/text-art/types.h
+++ b/gcc/text-art/types.h
@@ -23,7 +23,7 @@ along with GCC; see the file COPYING3. If not see
/* This header uses std::vector, but <vector> can't be directly
included due to issues with macros. Hence it must be included from
- system.h by defining INCLUDE_MEMORY in any source file using it. */
+ system.h by defining INCLUDE_VECTOR in any source file using it. */
#ifndef INCLUDE_VECTOR
# error "You must define INCLUDE_VECTOR before including system.h to use text-art/types.h"