aboutsummaryrefslogtreecommitdiff
path: root/reloc_win32.cc
diff options
context:
space:
mode:
Diffstat (limited to 'reloc_win32.cc')
-rw-r--r--reloc_win32.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/reloc_win32.cc b/reloc_win32.cc
index dcf40bb..6da48f2 100644
--- a/reloc_win32.cc
+++ b/reloc_win32.cc
@@ -152,7 +152,7 @@ base::Optional<Reference> RelocReaderWin32::GetNext() {
offset_t target = entry_rva_to_offset_.Convert(unit->target_rva);
if (target == kInvalidOffset)
continue;
- // Ensures the target (abs32 reference) lies entirely within the image.
+ // Ensure that |target| (abs32 reference) lies entirely within the image.
if (target >= offset_bound_)
continue;
offset_t location = unit->location;