diff options
| author | Tony Lindgren <tony@atomide.com> | 2022-09-06 09:45:27 +0300 |
|---|---|---|
| committer | Tony Lindgren <tony@atomide.com> | 2022-09-06 09:45:27 +0300 |
| commit | 2a906db2824b75444982f5e9df870106982afca8 (patch) | |
| tree | 8cda7a970356f63f2a9d3246ca69ef16220041d3 /lib/mpi/mpiutil.c | |
| parent | 2eb502f496f7764027b7958d4e74356fed918059 (diff) | |
| parent | 6a6d9ecff14a2a46c1deeffa3eb3825349639bdd (diff) | |
Merge branch 'am5748-fix' into fixes
Diffstat (limited to 'lib/mpi/mpiutil.c')
| -rw-r--r-- | lib/mpi/mpiutil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mpi/mpiutil.c b/lib/mpi/mpiutil.c index bc81419f400c..aa8c46544af8 100644 --- a/lib/mpi/mpiutil.c +++ b/lib/mpi/mpiutil.c @@ -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; |
