Spelling fixes.

This commit is contained in:
Francois Gouget 2004-12-22 15:02:14 +00:00 committed by Alexandre Julliard
parent 6fcb789a1b
commit ae8682f277
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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 ||