diff --git a/gnu/packages/android.scm b/gnu/packages/android.scm
index d09cd635e5660c4174d238f526a6f3902e4809de..ddfe90a6b4b4fab6488c9ce521515ffa2daf73cf 100644
--- a/gnu/packages/android.scm
+++ b/gnu/packages/android.scm
@@ -549,9 +549,10 @@ (define-public android-f2fs-utils
        ("android-libcutils" ,android-libcutils)
        ("zlib" ,zlib)))
     (home-page "https://developer.android.com/")
-    (synopsis "Android ext4 utils")
-    (description "@code{android-ext4-utils} is a library in common use by the
-Android core.")
+    (synopsis "Android f2fs utils")
+    (description "@code{android-f2fs-utils} is a library in common use by the
+Android core.  It allows the user to create images for the @code{f2fs} Flash
+file system.")
     (license license:asl2.0)))
 
 (define-public android-libutils