projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
247a177
)
[libc++abi] NFC: Fix typo in comment
author
Louis Dionne
<ldionne@apple.com>
Tue, 10 Mar 2020 17:33:07 +0000
(13:33 -0400)
committer
Louis Dionne
<ldionne@apple.com>
Tue, 10 Mar 2020 17:33:51 +0000
(13:33 -0400)
libcxxabi/src/cxa_guard_impl.h
patch
|
blob
|
history
diff --git
a/libcxxabi/src/cxa_guard_impl.h
b/libcxxabi/src/cxa_guard_impl.h
index
a8ec0b7
..
6acb876
100644
(file)
--- a/
libcxxabi/src/cxa_guard_impl.h
+++ b/
libcxxabi/src/cxa_guard_impl.h
@@
-195,7
+195,7
@@
public:
public:
/// base_address - the address of the original guard object.
void* const base_address;
- /// The address of the gu
o
rd byte at offset 0.
+ /// The address of the gu
a
rd byte at offset 0.
uint8_t* const guard_byte_address;
/// The address of the byte used by the implementation during initialization.
uint8_t* const init_byte_address;