diff options
author | bothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-05-13 15:45:03 +0000 |
---|---|---|
committer | bothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-05-13 15:45:03 +0000 |
commit | 57ffb0a812f1eba32ef5cb21a2ffd64263114740 (patch) | |
tree | 2b692c9ff0b69105a761bf96354d6fd6dc8696ef | |
parent | e43d5190688953608d8fd90bbe88fd3f011db425 (diff) | |
download | gcc-57ffb0a812f1eba32ef5cb21a2ffd64263114740.tar.gz |
Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26929 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/cp/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
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 <bothner@cygnus.com> * 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 <zack@rabi.phys.columbia.edu> |