From: Per Bothner Date: Thu, 13 May 1999 15:45:03 +0000 (-0700) Subject: Fix typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=aca1a6cbac86e5ad77db427f58fbd8750d55f1ac;p=gcc.git Fix typo. From-SVN: r26929 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index f77a6228cea..ceb0df70f6c 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,7 +1,7 @@ 1999-05-13 Per Bothner * class.c (push_lang_context): Turn off DECL_IGNORED_P for - primitive Java types, if we actually see `extern "C"'. + primitive Java types, if we actually see `extern "Java"'. 1999-05-10 18:21 -0400 Zack Weinberg