Skip to content

Commit b155fcd

Browse files
committed
doc: fix typo in configure.ac
s/liner/linker/
1 parent 20a3092 commit b155fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ AC_ARG_ENABLE([gprof],
256256
[enable_gprof=$enableval],
257257
[enable_gprof=no])
258258

259-
dnl Pass compiler & liner flags that make builds deterministic
259+
dnl Pass compiler & linker flags that make builds deterministic
260260
AC_ARG_ENABLE([determinism],
261261
[AS_HELP_STRING([--enable-determinism],
262262
[Enable compilation flags that make builds deterministic (default is no)])],

0 commit comments

Comments
 (0)