diff options
| author | 2024-02-29 16:44:31 +0000 | |
|---|---|---|
| committer | 2024-02-29 16:44:31 +0000 | |
| commit | cd18a51ae9f98f45a338f74595432110657979dc (patch) | |
| tree | bfc25a3202e0d9b72e9fb08e10f2597ba53e7ec3 | |
| parent | 59aeb1c293926505e8eb61cc3ef7baa55a3c6a04 (diff) | |
| parent | 4ce6588a494592f17ab077abcc2d1a38ad133b44 (diff) | |
Merge "Fix typo in javadoc" into main
| -rw-r--r-- | nfc/java/android/nfc/cardemulation/PollingFrame.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nfc/java/android/nfc/cardemulation/PollingFrame.java b/nfc/java/android/nfc/cardemulation/PollingFrame.java index 3383f3bd4e7a..994f4ae1c2e3 100644 --- a/nfc/java/android/nfc/cardemulation/PollingFrame.java +++ b/nfc/java/android/nfc/cardemulation/PollingFrame.java @@ -201,7 +201,7 @@ public final class PollingFrame implements Parcelable{ /** * Returns the timestamp of when the polling loop frame was observed in milliseconds. These - * timestamps are relative and not absolute and should only be used fro comparing the timing of + * timestamps are relative and not absolute and should only be used for comparing the timing of * frames relative to each other. * @return the timestamp in milliseconds */ |