jdk/src/share/classes/sun/tools/jmap/JMap.java
changeset 21278 ef8a3a2a72f2
parent 16501 678abe06c15c
child 21673 c5d341bc60dd
--- a/jdk/src/share/classes/sun/tools/jmap/JMap.java	Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/share/classes/sun/tools/jmap/JMap.java	Tue Oct 29 17:01:06 2013 +0400
@@ -36,7 +36,7 @@
 
 /*
  * This class is the main class for the JMap 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 -dump option to get a heap dump of a running application. All other
  * options are mapped to SA tools.