Skip to content

Commit c3c7f62

Browse files
committedMar 12, 2015
liteeth/phy: typo (thanks sb)
1 parent 1b72b81 commit c3c7f62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎misoclib/com/liteeth/phy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ def LiteEthPHY(clock_pads, pads, **kwargs):
1313
from misoclib.com.liteeth.phy.mii import LiteEthPHYMII
1414
return LiteEthPHYMII(clock_pads, pads, **kwargs)
1515
else:
16-
raise ValueError("Unable to autodetect PHY from platform file, use direct instanciation")
16+
raise ValueError("Unable to autodetect PHY from platform file, use direct instantiation")

0 commit comments

Comments
 (0)
Please sign in to comment.