Skip to content

Commit 9a7ad64

Browse files
committed
Mispelled error message for missing affinity
1 parent 8a32303 commit 9a7ad64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/vanilla/java/affinity/AffinityLockTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public void dumpLocksCoreDuo() throws IOException {
110110
public void assignReleaseThread() throws IOException {
111111
if (AffinityLock.RESERVED_AFFINITY == 0) {
112112
System.out.println("Cannot run affinity test as no threads gave been reserved.");
113-
System.out.println("Use isocpus= in grub.conf or use -D" + AffinityLock.AFFINITY_RESERVED + "={hex mask}");
113+
System.out.println("Use isolcpus= in grub.conf or use -D" + AffinityLock.AFFINITY_RESERVED + "={hex mask}");
114114
return;
115115
}
116116
AffinityLock.cpuLayout(VanillaCpuLayout.fromCpuInfo());

0 commit comments

Comments
 (0)