--- old/src/jdk.hotspot.agent/share/native/libsaproc/sadis.c 2018-10-11 11:51:22.000000000 +0100 +++ new/src/jdk.hotspot.agent/share/native/libsaproc/sadis.c 2018-10-11 11:51:21.000000000 +0100 @@ -26,7 +26,7 @@ /* * This file implements a binding between Java and the hsdis - * dissasembler. It should compile on Linux/Solaris and Windows. + * disassembler. It should compile on Linux/Solaris and Windows. * The only platform dependent pieces of the code for doing * dlopen/dlsym to find the entry point in hsdis. All the rest is * standard JNI code.