]> Git Repo - J-linux.git/blobdiff - lib/mpi/mpiutil.c
HID: hid-sensor-custom: Fix big on-stack allocation in hid_sensor_custom_get_known()
[J-linux.git] / lib / mpi / mpiutil.c
index bc81419f400c5576e50b0afca66a9188b3b52d68..aa8c46544af8e00496025f9b487a3212834dcc50 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;
This page took 0.027347 seconds and 4 git commands to generate.