hw: Fix spelling in comments
adress->address advertisment->advertisement begining->beginning bondary->boundary controler->controller controll->control convertion->conversion doesnt->doesn't existant->existent instuction->instruction loosing->losing managment->management multipled->multiplied negotation->negotiation runing->running teh->the unchangable->unchangeable writen->written yeild->yield Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
This commit is contained in:
		
							parent
							
								
									4d8db4e4a0
								
							
						
					
					
						commit
						26404edcce
					
				@ -27,7 +27,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
/* data types (need to be adjusted if neither a VC6 nor a C99 compatible compiler is used) */
 | 
					/* data types (need to be adjusted if neither a VC6 nor a C99 compatible compiler is used) */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#if defined _WIN32 && defined _MSC_VER /* doesnt support other win32 compilers yet, do it yourself... */
 | 
					#if defined _WIN32 && defined _MSC_VER /* doesn't support other win32 compilers yet, do it yourself... */
 | 
				
			||||||
 typedef unsigned char GUSbyte;
 | 
					 typedef unsigned char GUSbyte;
 | 
				
			||||||
 typedef unsigned short GUSword;
 | 
					 typedef unsigned short GUSword;
 | 
				
			||||||
 typedef unsigned int GUSdword;
 | 
					 typedef unsigned int GUSdword;
 | 
				
			||||||
 | 
				
			|||||||
@ -2662,7 +2662,7 @@ static void rtl8139_IntrStatus_write(RTL8139State *s, uint32_t val)
 | 
				
			|||||||
     * Computing if we miss an interrupt here is not that correct but
 | 
					     * Computing if we miss an interrupt here is not that correct but
 | 
				
			||||||
     * considered that we should have had already an interrupt
 | 
					     * considered that we should have had already an interrupt
 | 
				
			||||||
     * and probably emulated is slower is better to assume this resetting was
 | 
					     * and probably emulated is slower is better to assume this resetting was
 | 
				
			||||||
     * done before testing on previous rtl8139_update_irq lead to IRQ loosing
 | 
					     * done before testing on previous rtl8139_update_irq lead to IRQ losing
 | 
				
			||||||
     */
 | 
					     */
 | 
				
			||||||
    rtl8139_set_next_tctr_time(s, qemu_get_clock_ns(vm_clock));
 | 
					    rtl8139_set_next_tctr_time(s, qemu_get_clock_ns(vm_clock));
 | 
				
			||||||
    rtl8139_update_irq(s);
 | 
					    rtl8139_update_irq(s);
 | 
				
			||||||
 | 
				
			|||||||
@ -123,7 +123,7 @@ static int ssd0303_send(i2c_slave *i2c, uint8_t data)
 | 
				
			|||||||
            case 0xa7: /* Inverse on.  */
 | 
					            case 0xa7: /* Inverse on.  */
 | 
				
			||||||
                s->inverse = 1;
 | 
					                s->inverse = 1;
 | 
				
			||||||
                break;
 | 
					                break;
 | 
				
			||||||
            case 0xa8: /* Set multipled ratio (Ignored).  */
 | 
					            case 0xa8: /* Set multiplied ratio (Ignored).  */
 | 
				
			||||||
                s->cmd_state = SSD0303_CMD_SKIP1;
 | 
					                s->cmd_state = SSD0303_CMD_SKIP1;
 | 
				
			||||||
                break;
 | 
					                break;
 | 
				
			||||||
            case 0xad: /* DC-DC power control.  */
 | 
					            case 0xad: /* DC-DC power control.  */
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user