Fix comments (adress -> address, layed -> laid, wierd -> weird)
Remove also a duplicated 'the'. Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
		
							parent
							
								
									eac29d87c8
								
							
						
					
					
						commit
						a93cf9dfba
					
				@ -352,7 +352,7 @@ icmp_error(struct mbuf *msrc, u_char type, u_char code, int minsize,
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  ip->ip_ttl = MAXTTL;
 | 
					  ip->ip_ttl = MAXTTL;
 | 
				
			||||||
  ip->ip_p = IPPROTO_ICMP;
 | 
					  ip->ip_p = IPPROTO_ICMP;
 | 
				
			||||||
  ip->ip_dst = ip->ip_src;    /* ip adresses */
 | 
					  ip->ip_dst = ip->ip_src;    /* ip addresses */
 | 
				
			||||||
  ip->ip_src = m->slirp->vhost_addr;
 | 
					  ip->ip_src = m->slirp->vhost_addr;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  (void ) ip_output((struct socket *)NULL, m);
 | 
					  (void ) ip_output((struct socket *)NULL, m);
 | 
				
			||||||
 | 
				
			|||||||
@ -290,8 +290,8 @@ typedef int TCGv_i64;
 | 
				
			|||||||
#define TCG_CALL_DUMMY_TCGV     MAKE_TCGV_I32(-1)
 | 
					#define TCG_CALL_DUMMY_TCGV     MAKE_TCGV_I32(-1)
 | 
				
			||||||
#define TCG_CALL_DUMMY_ARG      ((TCGArg)(-1))
 | 
					#define TCG_CALL_DUMMY_ARG      ((TCGArg)(-1))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Conditions.  Note that these are layed out for easy manipulation by
 | 
					/* Conditions.  Note that these are laid out for easy manipulation by
 | 
				
			||||||
   the the functions below:
 | 
					   the functions below:
 | 
				
			||||||
     bit 0 is used for inverting;
 | 
					     bit 0 is used for inverting;
 | 
				
			||||||
     bit 1 is signed,
 | 
					     bit 1 is signed,
 | 
				
			||||||
     bit 2 is unsigned,
 | 
					     bit 2 is unsigned,
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										4
									
								
								uri.c
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								uri.c
									
									
									
									
									
								
							@ -432,7 +432,7 @@ rfc3986_parse_host(URI *uri, const char **str)
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    host = cur;
 | 
					    host = cur;
 | 
				
			||||||
    /*
 | 
					    /*
 | 
				
			||||||
     * IPv6 and future adressing scheme are enclosed between brackets
 | 
					     * IPv6 and future addressing scheme are enclosed between brackets
 | 
				
			||||||
     */
 | 
					     */
 | 
				
			||||||
    if (*cur == '[') {
 | 
					    if (*cur == '[') {
 | 
				
			||||||
        cur++;
 | 
					        cur++;
 | 
				
			||||||
@ -1917,7 +1917,7 @@ done:
 | 
				
			|||||||
 *     http://site1.com/docs/pic1.gif   http://site1.com/docs/pic1.gif
 | 
					 *     http://site1.com/docs/pic1.gif   http://site1.com/docs/pic1.gif
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * Note: if the URI reference is really wierd or complicated, it may be
 | 
					 * Note: if the URI reference is really weird or complicated, it may be
 | 
				
			||||||
 *       worthwhile to first convert it into a "nice" one by calling
 | 
					 *       worthwhile to first convert it into a "nice" one by calling
 | 
				
			||||||
 *       uri_resolve (using 'base') before calling this routine,
 | 
					 *       uri_resolve (using 'base') before calling this routine,
 | 
				
			||||||
 *       since this routine (for reasonable efficiency) assumes URI has
 | 
					 *       since this routine (for reasonable efficiency) assumes URI has
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user