mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-13 04:38:24 +00:00
Fix a ton of comment typos found by codespell. Patch by
Luis Felipe Strano Moraes! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129558 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -58,7 +58,7 @@ node_set = set()
|
||||
#read the file one line at a time
|
||||
buffer = input.readline()
|
||||
while buffer != '':
|
||||
#filter out the unecessary checks on all the edge lines
|
||||
#filter out the unnecessary checks on all the edge lines
|
||||
if not arrowexp.search(buffer):
|
||||
#check to see if this is a node we are looking for
|
||||
for regexp in regexp_list:
|
||||
|
Reference in New Issue
Block a user