Merge pull request #3871 from akoeplinger/mono.posix-windows
[mono.git] / mono / dis / push-pop.h
index 98da16824ad2570322743765deffe57c72a95a46..3ededc25600e3af831195426991d317e751305b8 100644 (file)
@@ -109,7 +109,7 @@ static opcode_t opcodes [300] = {
 };
 
 void
-dissasemble_cil (MonoMetadata *m, const unsigned char *start, int size) 
+disassemble_cil (MonoMetadata *m, const unsigned char *start, int size) 
 {
        const unsigned char *end = start + size;
        const unsigned char *ptr = start;