Following up on some TODOs etc.

Change-Id: Ie5b11e85dd6415b89bb80791e0d3e834e77e35ca
diff --git a/src/com/android/telecomm/InCallController.java b/src/com/android/telecomm/InCallController.java
index 435296b..b60b5cd 100644
--- a/src/com/android/telecomm/InCallController.java
+++ b/src/com/android/telecomm/InCallController.java
@@ -56,8 +56,8 @@
 
     /**
      * Package name of the in-call app. Although in-call code in kept in its own namespace, it is
-     * ultimately compiled into the dialer apk, hence the difference in namespaces between this and
-     * {@link IN_CALL_SERVICE_CLASS_NAME}.
+     * ultimately compiled into the dialer APK, hence the difference in namespaces between this and
+     * {@link #IN_CALL_SERVICE_CLASS_NAME}.
      * TODO(santoscordon): Change this into config.xml resource entry.
      */
     private static final String IN_CALL_PACKAGE_NAME = "com.google.android.dialer";