1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-04-09 01:38:03 +00:00

[lit] Fix typo.

- Noticed by edward-san (IRC).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188096 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Daniel Dunbar 2013-08-09 19:39:42 +00:00
parent fc6434a73d
commit efdcf800fe

@ -11,7 +11,7 @@ class TestingConfig:
@staticmethod
def fromdefaults(litConfig):
"""
fromdefaults(litConfig -> TestingConfig
fromdefaults(litConfig) -> TestingConfig
Create a TestingConfig object with default values.
"""