mirror of
				https://github.com/Mbed-TLS/mbedtls.git
				synced 2025-11-03 20:33:16 +03:00 
			
		
		
		
	Fix terminology in comment
In computing, brackets are []. () are called parentheses. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
		@@ -537,7 +537,7 @@ class CodeParser():
 | 
				
			|||||||
                    continue
 | 
					                    continue
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                # If the line contains only space-separated alphanumeric
 | 
					                # If the line contains only space-separated alphanumeric
 | 
				
			||||||
                # characters (or underscore, asterisk, or, open bracket),
 | 
					                # characters (or underscore, asterisk, or open parenthesis),
 | 
				
			||||||
                # and nothing else, high chance it's a declaration that
 | 
					                # and nothing else, high chance it's a declaration that
 | 
				
			||||||
                # continues on the next line
 | 
					                # continues on the next line
 | 
				
			||||||
                if re.search(r"^([\w\*\(]+\s+)+$", line):
 | 
					                if re.search(r"^([\w\*\(]+\s+)+$", line):
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user