jdk/src/share/native/com/sun/media/sound/PlatformMidi.h
changeset 21278 ef8a3a2a72f2
parent 12047 320a714614e9
child 23010 6dadb192ad81
--- a/jdk/src/share/native/com/sun/media/sound/PlatformMidi.h	Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/share/native/com/sun/media/sound/PlatformMidi.h	Tue Oct 29 17:01:06 2013 +0400
@@ -222,7 +222,7 @@
 
 /*
  * Return the current time stamp in microseconds.
- * If not supported, or problem occured, returns -1
+ * If not supported, or problem occurred, returns -1
  */
 INT64 MIDI_IN_GetTimeStamp(MidiDeviceHandle* handle);
 
@@ -311,7 +311,7 @@
 /*
  * Return the current time stamp in microseconds (the time since the device
  * was opened).
- * If not supported, or problem occured, returns -1
+ * If not supported, or problem occurred, returns -1
  */
 INT64 MIDI_OUT_GetTimeStamp(MidiDeviceHandle* handle);