[lttng-dev] [PATCH lttng-tools 1/2] Fix: typo 'leat' -> 'least'
Michael Jeanson
mjeanson at efficios.com
Thu Nov 15 12:16:36 EST 2018
Signed-off-by: Michael Jeanson <mjeanson at efficios.com>
---
src/common/defaults.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/common/defaults.c b/src/common/defaults.c
index 3bb42280f..874578183 100644
--- a/src/common/defaults.c
+++ b/src/common/defaults.c
@@ -118,7 +118,7 @@ static void __attribute__((constructor)) init_default_pthread_attr(void)
}
if (rlim.rlim_max > 0 && selected_ss > rlim.rlim_max) {
- WARN("Your system's stack size restrictions (%zu bytes) may be too low for the LTTng daemons to function properly, please set the stack size limit to at leat %zu bytes to ensure reliable operation",
+ WARN("Your system's stack size restrictions (%zu bytes) may be too low for the LTTng daemons to function properly, please set the stack size limit to at least %zu bytes to ensure reliable operation",
(size_t) rlim.rlim_max, (size_t) DEFAULT_LTTNG_THREAD_STACK_SIZE);
selected_ss = (size_t) rlim.rlim_max;
}
--
2.17.1
More information about the lttng-dev
mailing list