Skip to content

Commit 812ff5c

Browse files
committed
doc: remove use of 0xa0 "no break space"
1 parent 793ad90 commit 812ff5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ AC_ARG_ENABLE(external_default_callbacks,
160160
AC_ARG_WITH([test-override-wide-multiply], [] ,[set_widemul=$withval], [set_widemul=auto])
161161

162162
AC_ARG_WITH([asm], [AS_HELP_STRING([--with-asm=x86_64|arm|no|auto],
163-
[assembly optimizations to use (experimental: arm) [default=auto]])],[req_asm=$withval], [req_asm=auto])
163+
[assembly optimizations to use (experimental: arm) [default=auto]])],[req_asm=$withval], [req_asm=auto])
164164

165165
AC_ARG_WITH([ecmult-window], [AS_HELP_STRING([--with-ecmult-window=SIZE|auto],
166166
[window size for ecmult precomputation for verification, specified as integer in range [2..24].]

include/secp256k1.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ SECP256K1_API void secp256k1_context_destroy(
264264
* undefined.
265265
*
266266
* When this function has not been called (or called with fn==NULL), then the
267-
* default handler will be used. The library provides a default handler which
267+
* default handler will be used. The library provides a default handler which
268268
* writes the message to stderr and calls abort. This default handler can be
269269
* replaced at link time if the preprocessor macro
270270
* USE_EXTERNAL_DEFAULT_CALLBACKS is defined, which is the case if the build

0 commit comments

Comments
 (0)