Merge "Opportunistic typo fix" am: 6b03498a54 am: 99cf81acac
am: 5d2bab8f63

Change-Id: Ic890e82fec41fed6dadb88c84b6aa7677a2e003b
diff --git a/core/java/android/app/PendingIntent.java b/core/java/android/app/PendingIntent.java
index bdaf80e..ac0ad94 100644
--- a/core/java/android/app/PendingIntent.java
+++ b/core/java/android/app/PendingIntent.java
@@ -194,7 +194,7 @@
      */
     public interface OnFinished {
         /**
-         * Called when a send operation as completed.
+         * Called when a send operation has completed.
          *
          * @param pendingIntent The PendingIntent this operation was sent through.
          * @param intent The original Intent that was sent.