aboutsummaryrefslogtreecommitdiff
path: root/src/share/demo/jvmti
diff options
context:
space:
mode:
authorlana <none@none>2013-11-08 17:36:14 -0800
committerlana <none@none>2013-11-08 17:36:14 -0800
commitc2f965854c3e49ede5528540fcb7d30481ae9662 (patch)
treedf4674ab23da7dbea31c4b688091ab43dd878e84 /src/share/demo/jvmti
parent244585c4ed6fe4528f394bff7c46c3cb2e49f519 (diff)
parent0a6bbaa43ff518070950723570205b4cca2e56f4 (diff)
downloadjdk8u_jdk-c2f965854c3e49ede5528540fcb7d30481ae9662.tar.gz
Merge
Diffstat (limited to 'src/share/demo/jvmti')
-rw-r--r--src/share/demo/jvmti/hprof/debug_malloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/share/demo/jvmti/hprof/debug_malloc.c b/src/share/demo/jvmti/hprof/debug_malloc.c
index daf4698ad5..6f143909b8 100644
--- a/src/share/demo/jvmti/hprof/debug_malloc.c
+++ b/src/share/demo/jvmti/hprof/debug_malloc.c
@@ -250,7 +250,7 @@ static void * smallest_addr = NULL;
static char *debug_check;
static void *clobbered_ptr;
-/* Minumum macro */
+/* Minimum macro */
#define minimum(a,b) ((a)<(b)?(a):(b))
/* Message routine */