summaryrefslogtreecommitdiff
path: root/make.tmpl.in
diff options
context:
space:
mode:
authorSamanta Navarro <ferivoz@riseup.net>2022-12-30 11:52:49 +0000
committerMarian Csontos <mcsontos@redhat.com>2023-01-03 16:09:58 +0100
commitaec5e573afe610070eb2c6bed675d2a7c0efc7e8 (patch)
tree23413bbc3535ca0ca7dc42c8ed5dcbca56222bf0 /make.tmpl.in
parent118145b07249d96f4f61521bb1daf04cc8d4c1e9 (diff)
downloadlvm2-aec5e573afe610070eb2c6bed675d2a7c0efc7e8.tar.gz
doc: fix typos in documentation
Typos found with codespell.
Diffstat (limited to 'make.tmpl.in')
-rw-r--r--make.tmpl.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.tmpl.in b/make.tmpl.in
index 869b87e12..e942893a0 100644
--- a/make.tmpl.in
+++ b/make.tmpl.in
@@ -301,7 +301,7 @@ ifeq ("@BUILD_DMEVENTD@", "yes")
DMEVENT_LIBS = -L$(top_builddir)/daemons/dmeventd -ldevmapper-event -L$(interfacebuilddir) -ldevmapper
endif
-# Combination of DEBUG_POOL and DEBUG_ENFORCE_POOL_LOCKING is not suppored.
+# Combination of DEBUG_POOL and DEBUG_ENFORCE_POOL_LOCKING is not supported.
#DEFS += -DDEBUG_POOL
# Default pool locking is using the crc checksum. With mprotect memory
# enforcing compilation faulty memory write could be easily found.