mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
6810672: Comment typos
I have collected some typos I have found while looking at the code. Reviewed-by: kvn, never
This commit is contained in:
parent
67a5668b16
commit
05d1de7727
120 changed files with 278 additions and 277 deletions
|
@ -35,14 +35,14 @@
|
|||
extern address JVM_FunctionAtStart();
|
||||
extern address JVM_FunctionAtEnd();
|
||||
|
||||
// Complain and stop. All error conditions occuring during the writing of
|
||||
// Complain and stop. All error conditions occurring during the writing of
|
||||
// an archive file should stop the process. Unrecoverable errors during
|
||||
// the reading of the archive file should stop the process.
|
||||
|
||||
static void fail(const char *msg, va_list ap) {
|
||||
// This occurs very early during initialization: tty is not initialized.
|
||||
jio_fprintf(defaultStream::error_stream(),
|
||||
"An error has occured while processing the"
|
||||
"An error has occurred while processing the"
|
||||
" shared archive file.\n");
|
||||
jio_vfprintf(defaultStream::error_stream(), msg, ap);
|
||||
jio_fprintf(defaultStream::error_stream(), "\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue