Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ protected void finalize() throws Throwable {
}

/**
* @return unique id for this CPI or -1 if not allocated.
* @return unique id for this CPU or -1 if not allocated.
*/
public int cpuId() {
return cpuId;
Expand Down