diff options
Diffstat (limited to 'gcc/cp/name-lookup.h')
-rw-r--r-- | gcc/cp/name-lookup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/name-lookup.h b/gcc/cp/name-lookup.h index ede7747d00d..0d99f9beafa 100644 --- a/gcc/cp/name-lookup.h +++ b/gcc/cp/name-lookup.h @@ -121,7 +121,7 @@ typedef enum scope_kind { specialization. Since, by definition, an explicit specialization is introduced by "template <>", this scope is always empty. */ - sk_omp /* An OpenMP structured block. */ + sk_omp /* An OpenMP structured block. */ } scope_kind; /* The scope where the class/struct/union/enum tag applies. */ |