Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 613156951
(cherry picked from commit a90a704)
  • Loading branch information
andrewlewis authored and SheenaChhabra committed Mar 6, 2024
1 parent b6cb9c1 commit 3fdd3bd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ public SeekParameters(long toleranceBeforeUs, long toleranceAfterUs) {
* Resolves a seek based on the parameters, given the requested seek position and two candidate
* sync points.
*
* @param positionUs The requested seek position, in microseocnds.
* @param firstSyncUs The first candidate seek point, in micrseconds.
* @param positionUs The requested seek position, in microseconds.
* @param firstSyncUs The first candidate seek point, in microseconds.
* @param secondSyncUs The second candidate seek point, in microseconds. May equal {@code
* firstSyncUs} if there's only one candidate.
* @return The resolved seek position, in microseconds.
Expand Down

0 comments on commit 3fdd3bd

Please sign in to comment.