diff --git a/core/java/android/accounts/AuthenticatorDescription.java b/core/java/android/accounts/AuthenticatorDescription.java index 91c94e6de62ea..eddf7c1858813 100644 --- a/core/java/android/accounts/AuthenticatorDescription.java +++ b/core/java/android/accounts/AuthenticatorDescription.java @@ -91,7 +91,7 @@ public class AuthenticatorDescription implements Parcelable { return "AuthenticatorDescription {type=" + type + "}"; } - /** @inhericDoc */ + /** @inheritDoc */ public void writeToParcel(Parcel dest, int flags) { dest.writeString(type); dest.writeString(packageName);