Merge tag 'xfs-5.20-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
[platform/kernel/linux-starfive.git] / lib / mpi / mpiutil.c
index bc81419..aa8c465 100644 (file)
@@ -272,7 +272,7 @@ MPI mpi_set_ui(MPI w, unsigned long u)
        if (!w)
                w = mpi_alloc(1);
        /* FIXME: If U is 0 we have no need to resize and thus possible
-        * allocating the the limbs.
+        * allocating the limbs.
         */
        RESIZE_IF_NEEDED(w, 1);
        w->d[0] = u;