Commit ae8682f2 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

Spelling fixes.

parent 6fcb789a
......@@ -1187,7 +1187,7 @@ HRESULT WINAPI IWineD3DDeviceImpl_SetRenderState(IWineD3DDevice *iface, D3DRENDE
IWineD3DDeviceImpl *This = (IWineD3DDeviceImpl *)iface;
DWORD OldValue = This->stateBlock->renderState[State];
/* Simple way of refering to either a DWORD or a 4 byte float */
/* Simple way of referring to either a DWORD or a 4 byte float */
union {
DWORD d;
float f;
......
......@@ -88,7 +88,7 @@ int symbol_search (parsed_symbol *sym)
}
grep_buff[i] = '\0';
/* Definitly not in these: */
/* Definitely not in these: */
if (strcmp(extension,".dll") == 0 ||
strcmp(extension,".lib") == 0 ||
strcmp(extension,".so") == 0 ||
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment