jdk/src/share/native/common/jni_util.h
changeset 21278 ef8a3a2a72f2
parent 16479 d845c18d13f2
child 22258 db80f864ed8f
--- a/jdk/src/share/native/common/jni_util.h	Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/share/native/common/jni_util.h	Tue Oct 29 17:01:06 2013 +0400
@@ -40,7 +40,7 @@
  * particularly aware of the fact that these functions are convenience
  * functions, and as such are often compound operations, each one of
  * which may throw an exception. Therefore, the functions this file
- * will often return silently if an exception has occured, and callers
+ * will often return silently if an exception has occurred, and callers
  * must check for exception themselves.
  */
 
@@ -186,7 +186,7 @@
  * pass to it.
  *
  * The method will return an initialized instance if successful.
- * It will return NULL if an error has occured (for example if
+ * It will return NULL if an error has occurred (for example if
  * it ran out of memory) and the appropriate Java exception will
  * have been thrown.
  */