jdk/src/share/demo/jvmti/hprof/debug_malloc.c
changeset 21278 ef8a3a2a72f2
parent 14342 8435a30053c1
child 23010 6dadb192ad81
--- a/jdk/src/share/demo/jvmti/hprof/debug_malloc.c	Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/share/demo/jvmti/hprof/debug_malloc.c	Tue Oct 29 17:01:06 2013 +0400
@@ -250,7 +250,7 @@
 static char *debug_check;
 static void *clobbered_ptr;
 
-/* Minumum macro */
+/* Minimum macro */
 #define minimum(a,b) ((a)<(b)?(a):(b))
 
 /* Message routine */