Skip to content

Commit a196df3

Browse files
committed
spelling: sufficient
Signed-off-by: Josh Soref <[email protected]>
1 parent 6efe10b commit a196df3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

visualvm/libs.profiler/lib.profiler/src/org/graalvm/visualvm/lib/jfluid/server/ProfilerRuntime.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ static long writeWaitTimeEvent(byte eventType, ThreadInfo ti, Object id, ThreadI
697697
evBuf[curPos++] = eventType;
698698

699699
// Note that in the code below, we write only the 7 low bytes of the 64-bit value. The justification is that this saves
700-
// us some performance and memory, and 2^55 == 36028797018963968 ns == 36028797 sec == 10008 hr == 416 days is a sufficent
700+
// us some performance and memory, and 2^55 == 36028797018963968 ns == 36028797 sec == 10008 hr == 416 days is a sufficient
701701
// representation range for the foreseeable usages of our tool. (***)
702702
long absTimeStamp = Timers.getCurrentTimeInCounts();
703703

visualvm/libs.profiler/lib.profiler/src/org/graalvm/visualvm/lib/jfluid/server/ProfilerRuntimeCPU.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ static void writeTimeStampedEvent(byte eventType, ThreadInfo ti, char methodId)
421421
evBuf[curPos++] = (byte) ((methodId) & 0xFF);
422422

423423
// Note that in the code below, we write only the 7 low bytes of the 64-bit timestamp. The justification is that this saves
424-
// us some performance and memory, and 2^55 == 36028797018963968 ns == 36028797 sec == 10008 hr == 416 days is a sufficent
424+
// us some performance and memory, and 2^55 == 36028797018963968 ns == 36028797 sec == 10008 hr == 416 days is a sufficient
425425
// representation range for the foreseeable usages of our tool. (***)
426426
if (absoluteTimerOn) {
427427
long absTimeStamp = Timers.getCurrentTimeInCounts();

0 commit comments

Comments
 (0)