aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/jcf-write.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2003-10-22 18:06:38 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-10-22 18:06:38 +0000
commited2f11fa59957d0892749bb8243325929aa50302 (patch)
treef3009b7d6c4bb682cee5936ee2eb5cde181fd90f /gcc/java/jcf-write.c
parent4badbfa2b31aad9725489b74f6bc6b975c4dc37b (diff)
downloadgcc-ed2f11fa59957d0892749bb8243325929aa50302.zip
gcc-ed2f11fa59957d0892749bb8243325929aa50302.tar.gz
gcc-ed2f11fa59957d0892749bb8243325929aa50302.tar.bz2
jcf-write.c: Follow spelling conventions.
* jcf-write.c: Follow spelling conventions. * parse.y: Likewise. From-SVN: r72812
Diffstat (limited to 'gcc/java/jcf-write.c')
-rw-r--r--gcc/java/jcf-write.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/jcf-write.c b/gcc/java/jcf-write.c
index 8a6519b..578fa4a 100644
--- a/gcc/java/jcf-write.c
+++ b/gcc/java/jcf-write.c
@@ -3429,7 +3429,7 @@ write_classfile (tree clas)
fatal_error ("error closing %s: %m", temporary_file_name);
/* If a file named by the string pointed to by `new' exists
- prior to the call to the `rename' function, the bahaviour
+ prior to the call to the `rename' function, the behavior
is implementation-defined. ISO 9899-1990 7.9.4.2.
For example, on Win32 with MSVCRT, it is an error. */