|  | @@ -21,16 +21,16 @@ of these compiler generated object files.
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  </sect3>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -<sect3><title>Pre-processor</title>
 | 
	
		
			
				|  |  | +<sect3><title>Preprocessor</title>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  <para>
 | 
	
		
			
				|  |  | -A pre-processor pre-processes a source file, such as including
 | 
	
		
			
				|  |  | +A preprocessor preprocesses a source file, such as including
 | 
	
		
			
				|  |  |  the contents of header files into the source file. It's a good idea to 
 | 
	
		
			
				|  |  |  not 
 | 
	
		
			
				|  |  |  do this manually to save a lot of time. Someone just inserts a line
 | 
	
		
			
				|  |  | -like #include <filename>. The pre-processor inserts the
 | 
	
		
			
				|  |  | +like #include <filename>. The preprocessor inserts the
 | 
	
		
			
				|  |  |  contents of that file into the source file. That's one of the things a
 | 
	
		
			
				|  |  | -pre-processor does.
 | 
	
		
			
				|  |  | +preprocessor does.
 | 
	
		
			
				|  |  |  </para>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  </sect3>
 |