summaryrefslogtreecommitdiffstats
path: root/libunwind/src/AddressSpace.hpp
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2016-07-19 17:15:50 +0000
committerEd Maste <emaste@freebsd.org>2016-07-19 17:15:50 +0000
commitc073b1bac913b2555c95d843688e688faaf3c4d3 (patch)
tree0cd795dd85fd49f7e568d600dc60c69493d14fb2 /libunwind/src/AddressSpace.hpp
parent8b76ebe5b8b7db54158c246114d9cb58d188f280 (diff)
downloadbcm5719-llvm-c073b1bac913b2555c95d843688e688faaf3c4d3.tar.gz
bcm5719-llvm-c073b1bac913b2555c95d843688e688faaf3c4d3.zip
libunwind: Use conventional DWARF capitalization in comments and errors
llvm-svn: 275996
Diffstat (limited to 'libunwind/src/AddressSpace.hpp')
-rw-r--r--libunwind/src/AddressSpace.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libunwind/src/AddressSpace.hpp b/libunwind/src/AddressSpace.hpp
index da1b6a43e49..680c24abddd 100644
--- a/libunwind/src/AddressSpace.hpp
+++ b/libunwind/src/AddressSpace.hpp
@@ -330,7 +330,7 @@ LocalAddressSpace::getEncodedP(pint_t &addr, pint_t end, uint8_t encoding,
return false;
const mach_header *mh = (const mach_header *)dlinfo.dli_saddr;
- // Find dwarf unwind section in that image.
+ // Find DWARF unwind section in that image.
unsigned long size;
const uint8_t *p = getsectiondata(mh, "__TEXT", "__eh_frame", &size);
if (!p)
OpenPOWER on IntegriCloud