Skip to content

Commit 6bc7d15

Browse files
committed
corrected formatting of comment
1 parent 8bbb11a commit 6bc7d15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/test.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1428,7 +1428,7 @@ static mp_err s_rs(const mp_int *a, int radix, int *size)
14281428
/* The internal functions that compute the logarithm base two with MP_PRECISION_FIXED_LOG */
14291429
static int test_s_mp_fp_log(void)
14301430
{
1431-
// s_mp_fp_log(const mp_int *a, mp_int *c)
1431+
/* s_mp_fp_log(const mp_int *a, mp_int *c) */
14321432

14331433

14341434
/*
@@ -1443,7 +1443,7 @@ static int test_s_mp_fp_log(void)
14431443
}
14441444
static int test_s_mp_fp_log_d(void)
14451445
{
1446-
// s_mp_fp_log_d(const mp_int *a, mp_word *c)
1446+
/* s_mp_fp_log_d(const mp_int *a, mp_word *c) */
14471447
/* See test_s_mp_fp_log() for details */
14481448
return MP_OKAY;
14491449
}

0 commit comments

Comments
 (0)