Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
azonenberg committed Jun 4, 2017
1 parent e1c9b44 commit 9c33a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/greenpak4/Greenpak4BitstreamEntity.cpp
Original file line number Diff line number Diff line change
@@ -519,7 +519,7 @@ bool Greenpak4BitstreamEntity::LoadPropagationDelay(PTVCorner corner, json_objec
Base class implementation should never be called (base class should override) if there's any extra data,
but we need a default implementation to avoid every derived class having an empty stub
*/
bool Greenpak4BitstreamEntity::LoadExtraTimingData(PTVCorner /*corner*/, string /*delaytype*/, json_object* /*object*/)
bool Greenpak4BitstreamEntity::LoadExtraTimingData(PTVCorner /*corner*/, string delaytype, json_object* /*object*/)
{
LogWarning("Greenpak4BitstreamEntity: Don't know what to do with delay type %s\n", delaytype.c_str());
return true;

0 comments on commit 9c33a81

Please sign in to comment.