summaryrefslogtreecommitdiffstats
path: root/gcc/java/jcf-write.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-10-22 18:06:38 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-10-22 18:06:38 +0000
commit2f8364f7f2069491ddc0aefceaec894839d32010 (patch)
treef3009b7d6c4bb682cee5936ee2eb5cde181fd90f /gcc/java/jcf-write.c
parent03f625dd98ff53bbdac1361e26a64b8de52ea921 (diff)
downloadppe42-gcc-2f8364f7f2069491ddc0aefceaec894839d32010.tar.gz
ppe42-gcc-2f8364f7f2069491ddc0aefceaec894839d32010.zip
* jcf-write.c: Follow spelling conventions.
* parse.y: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72812 138bc75d-0d04-0410-961f-82ee72b054a4
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 8a6519bab7d..578fa4aa826 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. */
OpenPOWER on IntegriCloud