aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/jcf.h
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>2001-12-03 15:09:42 -0800
committerPer Bothner <bothner@gcc.gnu.org>2001-12-03 15:09:42 -0800
commit98a63868fcddbff73d8f9caa116168d38191529d (patch)
treeeb8e7268cc3f47b7e67d0f7525cc54f9f65139b8 /gcc/java/jcf.h
parenta76033a004d088679af685a8f4decec6f9cc90df (diff)
downloadgcc-98a63868fcddbff73d8f9caa116168d38191529d.zip
gcc-98a63868fcddbff73d8f9caa116168d38191529d.tar.gz
gcc-98a63868fcddbff73d8f9caa116168d38191529d.tar.bz2
jcf.h: Fix obvious typo in comment.
* jcf.h: Fix obvious typo in comment. * typeck.c (build_null_signature): Add comment. From-SVN: r47569
Diffstat (limited to 'gcc/java/jcf.h')
-rw-r--r--gcc/java/jcf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/jcf.h b/gcc/java/jcf.h
index 1feaaa8..434dce1 100644
--- a/gcc/java/jcf.h
+++ b/gcc/java/jcf.h
@@ -233,7 +233,7 @@ extern int jcf_unexpected_eof PARAMS ((JCF*, int)) ATTRIBUTE_NORETURN;
/* Extract a character from a Java-style Utf8 string.
* PTR points to the current character.
* LIMIT points to the end of the Utf8 string.
- * PTR is incremented to point after the character thta gets returns.
+ * PTR is incremented to point after the character that gets returned.
* On an error, -1 is returned. */
#define UTF8_GET(PTR, LIMIT) \
((PTR) >= (LIMIT) ? -1 \