fix comments
This commit is contained in:
		
							parent
							
								
									9a9003c496
								
							
						
					
					
						commit
						d3460460c2
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -19,7 +19,7 @@ static int
 | 
				
			||||||
protothread1(struct pt *pt)
 | 
					protothread1(struct pt *pt)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  /* A protothread function must begin with PT_BEGIN() which takes a
 | 
					  /* A protothread function must begin with PT_BEGIN() which takes a
 | 
				
			||||||
 *      pointer to a struct pt. */
 | 
					     pointer to a struct pt. */
 | 
				
			||||||
  PT_BEGIN(pt);
 | 
					  PT_BEGIN(pt);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /* We loop forever here. */
 | 
					  /* We loop forever here. */
 | 
				
			||||||
| 
						 | 
					@ -33,7 +33,7 @@ protothread1(struct pt *pt)
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /* All protothread functions must end with PT_END() which takes a
 | 
					  /* All protothread functions must end with PT_END() which takes a
 | 
				
			||||||
 *      pointer to a struct pt. */
 | 
					     pointer to a struct pt. */
 | 
				
			||||||
  PT_END(pt);
 | 
					  PT_END(pt);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -55,7 +55,7 @@ protothread2(struct pt *pt)
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /* All protothread functions must end with PT_END() which takes a
 | 
					  /* All protothread functions must end with PT_END() which takes a
 | 
				
			||||||
 *      pointer to a struct pt. */
 | 
					     pointer to a struct pt. */
 | 
				
			||||||
  PT_END(pt);
 | 
					  PT_END(pt);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue