typo in DLL code
[ghc-hetmet.git] / docs / users_guide / win32-dlls.xml
index f52f189..11eaeff 100644 (file)
@@ -447,7 +447,7 @@ RTS-––a possible implementation is:
 #include <windows.h>
 #include <Rts.h>
 
-extern void__stginit_Adder(void);
+extern void __stginit_Adder(void);
 
 static char* args[] = { "ghcDll", NULL };
                        /* N.B. argv arrays must end with NULL */