Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
robehn committed Feb 20, 2024
1 parent 819c891 commit 977d098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/os/linux/systemMemoryBarrier_linux.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ bool LinuxSystemMemoryBarrier::initialize() {
long major, minor;
os::Linux::kernel_version(&major, &minor);
if (!(major > 6 || (major == 6 && minor >= 9))) {
log_info(os)("Linux kernel %ld.%ld do not support MEMBARRIER PRIVATE_EXPEDITED on RISC-V.",
log_info(os)("Linux kernel %ld.%ld does not support MEMBARRIER PRIVATE_EXPEDITED on RISC-V.",
major, minor);
return false;
}
Expand Down

0 comments on commit 977d098

Please sign in to comment.