Discussion:
[lttng-dev] [PATCH lttng-tools 2/2] Fix: typo 'convet' -> 'convert'
Michael Jeanson
2018-11-15 17:16:37 UTC
Permalink
Signed-off-by: Michael Jeanson <***@efficios.com>
---
src/common/lttng-elf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/common/lttng-elf.c b/src/common/lttng-elf.c
index 52e05f0c6..cb01f7bb7 100644
--- a/src/common/lttng-elf.c
+++ b/src/common/lttng-elf.c
@@ -861,7 +861,7 @@ int lttng_elf_get_symbol_offset(int fd, char *symbol, uint64_t *offset)
*/
ret = lttng_elf_convert_addr_in_text_to_offset(elf, addr, offset);
if (ret) {
- DBG("Cannot convet addr to offset.");
+ DBG("Cannot convert addr to offset.");
goto free_string_table_data;
}
--
2.17.1
Jérémie Galarneau
2018-11-16 23:21:01 UTC
Permalink
All four typo fix patches were merged in master and stable-2.11.

Thanks!
Jérémie
Post by Michael Jeanson
---
src/common/lttng-elf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/common/lttng-elf.c b/src/common/lttng-elf.c
index 52e05f0c6..cb01f7bb7 100644
--- a/src/common/lttng-elf.c
+++ b/src/common/lttng-elf.c
@@ -861,7 +861,7 @@ int lttng_elf_get_symbol_offset(int fd, char *symbol, uint64_t *offset)
*/
ret = lttng_elf_convert_addr_in_text_to_offset(elf, addr, offset);
if (ret) {
- DBG("Cannot convet addr to offset.");
+ DBG("Cannot convert addr to offset.");
goto free_string_table_data;
}
--
2.17.1
Loading...