diff options
author | emaste <emaste@FreeBSD.org> | 2017-01-20 02:46:14 +0000 |
---|---|---|
committer | emaste <emaste@FreeBSD.org> | 2017-01-20 02:46:14 +0000 |
commit | b2b1cb704e32a1e43978f556cf01ec30354fca17 (patch) | |
tree | 80ad4125814c82eeafc2a6ced1d4c25cb81b9c22 /contrib/llvm/projects/libunwind/include/libunwind.h | |
parent | dd08fcebd27562bf459846063825f2bca66f1c6c (diff) | |
download | FreeBSD-src-b2b1cb704e32a1e43978f556cf01ec30354fca17.zip FreeBSD-src-b2b1cb704e32a1e43978f556cf01ec30354fca17.tar.gz |
MFC r308006: libunwind: consistently add \n to log and trace messages
Previously most messages included a newline in the string, but a few of
them were missing. Fix these and simplify by just adding the newline in
the _LIBUNWIND_LOG macro itself.
While here correct 'libuwind' typo (missing 'n').
Upstream LLVM libunwind commits r280086 and r280103.
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'contrib/llvm/projects/libunwind/include/libunwind.h')
-rw-r--r-- | contrib/llvm/projects/libunwind/include/libunwind.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/llvm/projects/libunwind/include/libunwind.h b/contrib/llvm/projects/libunwind/include/libunwind.h index 64534b1..f583f53 100644 --- a/contrib/llvm/projects/libunwind/include/libunwind.h +++ b/contrib/llvm/projects/libunwind/include/libunwind.h @@ -6,7 +6,7 @@ // Source Licenses. See LICENSE.TXT for details. // // -// Compatible with libuwind API documented at: +// Compatible with libunwind API documented at: // http://www.nongnu.org/libunwind/man/libunwind(3).html // //===----------------------------------------------------------------------===// @@ -120,7 +120,7 @@ extern int unw_init_remote_thread(unw_cursor_t *, unw_addr_space_t, thread_t *); #endif /* UNW_REMOTE */ /* - * traditional libuwind "remote" API + * traditional libunwind "remote" API * NOT IMPLEMENTED on Mac OS X * * extern int unw_init_remote(unw_cursor_t*, unw_addr_space_t, |