mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-28 16:28:58 +00:00
[NFC] Fix spelling
This commit is contained in:
parent
984931d95d
commit
973208ded7
@ -69,7 +69,7 @@ def main():
|
||||
parser.add_argument('--enable', action='store_true', dest='enabled', default=True,
|
||||
help='Activate CHECK line generation from this point forward')
|
||||
parser.add_argument('--disable', action='store_false', dest='enabled',
|
||||
help='Deativate CHECK line generation from this point forward')
|
||||
help='Deactivate CHECK line generation from this point forward')
|
||||
parser.add_argument('tests', nargs='+')
|
||||
args = common.parse_commandline_args(parser)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user