Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit b1815bd

Browse files
klueverGerrit Code Review
authored andcommitted
Merge "Fix a small typo in SystemClock class docs. ---- Fix typo in SystemClock.java" into main
2 parents 153008c + cd769af commit b1815bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/java/android/os/SystemClock.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
* sleep (CPU off, display dark, device waiting for external input),
6161
* but is not affected by clock scaling, idle, or other power saving
6262
* mechanisms. This is the basis for most interval timing
63-
* such as {@link Thread#sleep(long) Thread.sleep(millls)},
63+
* such as {@link Thread#sleep(long) Thread.sleep(millis)},
6464
* {@link Object#wait(long) Object.wait(millis)}, and
6565
* {@link System#nanoTime System.nanoTime()}. This clock is guaranteed
6666
* to be monotonic, and is suitable for interval timing when the

0 commit comments

Comments
 (0)