Merge "Don't suggest now-deprecated APIs"
diff --git a/core/java/android/os/StatFs.java b/core/java/android/os/StatFs.java
index eb8e717..bb6066e 100644
--- a/core/java/android/os/StatFs.java
+++ b/core/java/android/os/StatFs.java
@@ -109,7 +109,7 @@
* The total number of blocks that are free on the file system, including
* reserved blocks (that are not available to normal applications). This
* corresponds to the Unix {@code statvfs.f_bfree} field. Most applications
- * will want to use {@link #getAvailableBlocks()} instead.
+ * will want to use {@link #getAvailableBlocksLong()} instead.
*/
public long getFreeBlocksLong() {
return mStat.f_bfree;