jdk/src/share/classes/sun/tools/jinfo/JInfo.java
changeset 21278 ef8a3a2a72f2
parent 14342 8435a30053c1
child 21673 c5d341bc60dd
--- a/jdk/src/share/classes/sun/tools/jinfo/JInfo.java	Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/share/classes/sun/tools/jinfo/JInfo.java	Tue Oct 29 17:01:06 2013 +0400
@@ -35,7 +35,7 @@
 
 /*
  * This class is the main class for the JInfo utility. It parses its arguments
- * and decides if the command should be satisifed using the VM attach mechanism
+ * and decides if the command should be satisfied using the VM attach mechanism
  * or an SA tool. At this time the only option that uses the VM attach
  * mechanism is the -flag option to set or print a command line option of a
  * running application. All other options are mapped to SA tools.