summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2024-02-29 16:44:31 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-02-29 16:44:31 +0000
commitcd18a51ae9f98f45a338f74595432110657979dc (patch)
treebfc25a3202e0d9b72e9fb08e10f2597ba53e7ec3
parent59aeb1c293926505e8eb61cc3ef7baa55a3c6a04 (diff)
parent4ce6588a494592f17ab077abcc2d1a38ad133b44 (diff)
Merge "Fix typo in javadoc" into main
-rw-r--r--nfc/java/android/nfc/cardemulation/PollingFrame.java2
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
*/