diff --git a/src/util/irep_ids.def b/src/util/irep_ids.def index 57f5751eb38..fcda57ce383 100644 --- a/src/util/irep_ids.def +++ b/src/util/irep_ids.def @@ -693,9 +693,9 @@ IREP_ID_TWO(C_qualifier, #qualifier) IREP_ID_TWO(C_array_ini, #array_ini) // Projects depending on this code base that wish to extend the list of -// available ids should provide a file local_irep_ids.h in their source tree and -// add -D'LOCAL_IREP_IDS=' to their compiler command -// line. +// available ids should provide a file local_irep_ids.def in their source tree +// and add -D'LOCAL_IREP_IDS=' to their compiler +// command line. #ifdef LOCAL_IREP_IDS #include LOCAL_IREP_IDS #endif