summaryrefslogtreecommitdiff
path: root/gcc/java
diff options
context:
space:
mode:
authormeyering <meyering@138bc75d-0d04-0410-961f-82ee72b054a4>2011-04-18 20:42:30 +0000
committermeyering <meyering@138bc75d-0d04-0410-961f-82ee72b054a4>2011-04-18 20:42:30 +0000
commite66d204f646cedc5ad8ade5856e3dec1e3f088fa (patch)
tree6f559d7543ec619babf7eed1a580fa7cb1198983 /gcc/java
parentdcab66ecf79d6ab0a8cd2d67f4992c2d7090a805 (diff)
downloadgcc-e66d204f646cedc5ad8ade5856e3dec1e3f088fa.tar.gz
fix doubled-word typos in comments and strings: e.g., s/in in/in/
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172670 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java')
-rw-r--r--gcc/java/ChangeLog4
-rw-r--r--gcc/java/jcf-parse.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog
index a96b5079ea9..5ddbc9d541e 100644
--- a/gcc/java/ChangeLog
+++ b/gcc/java/ChangeLog
@@ -1,3 +1,7 @@
+2011-04-18 Jim Meyering <meyering@redhat.com>
+
+ * jcf-parse.c: Fix typo in comment.
+
2011-04-14 Nathan Froyd <froydnj@codesourcery.com>
* decl.c (poplevel): Use BLOCK_CHAIN and block_chainon.
diff --git a/gcc/java/jcf-parse.c b/gcc/java/jcf-parse.c
index feeddadb50f..a56c1b75c51 100644
--- a/gcc/java/jcf-parse.c
+++ b/gcc/java/jcf-parse.c
@@ -1,6 +1,6 @@
/* Parser for Java(TM) .class files.
Copyright (C) 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
- 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+ 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
This file is part of GCC.
@@ -368,7 +368,7 @@ set_source_filename (JCF *jcf, int index)
from the input class file into the output file. We don't decode the
data at all, merely rewriting constant indexes whenever we come
across them: this is necessary because the constant pool in the
- output file isn't the same as the constant pool in in the input.
+ output file isn't the same as the constant pool in the input.
The main advantage of this technique is that the resulting
annotation data is pointer-free, so it doesn't have to be relocated