aboutsummaryrefslogtreecommitdiff
path: root/libunwind/src/FrameHeaderCache.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'libunwind/src/FrameHeaderCache.hpp')
-rw-r--r--libunwind/src/FrameHeaderCache.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libunwind/src/FrameHeaderCache.hpp b/libunwind/src/FrameHeaderCache.hpp
index 296064d..caea29e 100644
--- a/libunwind/src/FrameHeaderCache.hpp
+++ b/libunwind/src/FrameHeaderCache.hpp
@@ -24,7 +24,7 @@
#define _LIBUNWIND_FRAMEHEADERCACHE_TRACE(msg, ...)
#endif
-// This cache should only be be used from within a dl_iterate_phdr callback.
+// This cache should only be used from within a dl_iterate_phdr callback.
// dl_iterate_phdr does the necessary synchronization to prevent problems
// with concurrent access via the libc load lock. Adding synchronization
// for other uses is possible, but not currently done.