Skip to content

Commit afd23bf

Browse files
committedJan 1, 2017
gp4par: Fixed typo in comment
1 parent e1c6877 commit afd23bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/gp4par/make_graphs.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1133,7 +1133,7 @@ void MakeDeviceEdges(Greenpak4Device* device)
11331133

11341134
//TODO: Other inputs: ADC, counters
11351135

1136-
//ADC/DCMP Clock mux routing
1136+
//ADC/DCMP clock mux routing
11371137
auto mbuf = dynamic_cast<Greenpak4MuxedClockBuffer*>(device->GetClockBuffer(5))->GetPARNode();
11381138
rosc->AddEdge("CLKOUT_HARDIP", mbuf, "IN");
11391139
rcosc->AddEdge("CLKOUT_HARDIP", mbuf, "IN");

0 commit comments

Comments
 (0)
Please sign in to comment.