Skip to content
Snippets Groups Projects
Commit 638ae43c authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard
Browse files

Small typo fix.

parent 49762a3a
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ typedef struct CONSOLE_DRIVER
void (*resizeScreen)(int, int);
void (*notifyResizeScreen)(int, int); /* May be rethought later... */
/* Accellerator Functions (Screen) */
/* Accelerator Functions (Screen) */
void (*clearWindow)(char, char, char, char, int, int);
void (*scrollUpWindow)(char, char, char, char, char, int, int);
void (*scrollDownWindow)(char, char, char, char, char, int, int);
......
......@@ -65,7 +65,7 @@ void output_spec_symbol (const parsed_symbol *sym)
ord_spec[1] = '\0';
}
if (sym->flags & SYM_THISCALL)
strcat (ord_spec, " -i386"); /* For binary compatability only */
strcat (ord_spec, " -i386"); /* For binary compatibility only */
if (!globals.do_code || !sym->function_name)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment