mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-03 18:20:25 +02:00 
			
		
		
		
	textsearch: fix typos in library helpers
Fix spellos (typos) in textsearch library helpers. Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
		
							parent
							
								
									6cb3ece968
								
							
						
					
					
						commit
						7433a8d6fa
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -11,7 +11,7 @@
 | 
				
			||||||
 * ==========================================================================
 | 
					 * ==========================================================================
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 *   A finite state machine consists of n states (struct ts_fsm_token)
 | 
					 *   A finite state machine consists of n states (struct ts_fsm_token)
 | 
				
			||||||
 *   representing the pattern as a finite automation. The data is read
 | 
					 *   representing the pattern as a finite automaton. The data is read
 | 
				
			||||||
 *   sequentially on an octet basis. Every state token specifies the number
 | 
					 *   sequentially on an octet basis. Every state token specifies the number
 | 
				
			||||||
 *   of recurrences and the type of value accepted which can be either a
 | 
					 *   of recurrences and the type of value accepted which can be either a
 | 
				
			||||||
 *   specific character or ctype based set of characters. The available
 | 
					 *   specific character or ctype based set of characters. The available
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -27,7 +27,7 @@
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 *   [1] Cormen, Leiserson, Rivest, Stein
 | 
					 *   [1] Cormen, Leiserson, Rivest, Stein
 | 
				
			||||||
 *       Introdcution to Algorithms, 2nd Edition, MIT Press
 | 
					 *       Introdcution to Algorithms, 2nd Edition, MIT Press
 | 
				
			||||||
 *   [2] See finite automation theory
 | 
					 *   [2] See finite automaton theory
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include <linux/module.h>
 | 
					#include <linux/module.h>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue