Spelling fixes.
This commit is contained in:
parent
6fcb789a1b
commit
ae8682f277
|
@ -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 ||
|
||||
|
|
Loading…
Reference in New Issue