From 94b405df465ecf2b9e0cda5b4df2e22dd615d570 Mon Sep 17 00:00:00 2001 From: malenkov Date: Tue, 29 Oct 2013 17:01:06 +0400 Subject: 8022746: List of spelling errors in API doc Reviewed-by: alexsch, smarks --- src/share/demo/jvmti/hprof/debug_malloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/share/demo/jvmti') 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 */ -- cgit v1.2.3