Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dkostic committed Dec 11, 2024
1 parent e010098 commit 0852d9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions util/fipstools/delocate/delocate.go
Original file line number Diff line number Diff line change
Expand Up @@ -1961,7 +1961,7 @@ func transform(w stringWriter, includes []string, inputs []inputFile, startEndDe
}

if d.processor == aarch64 {
// Grab the address of BORINGSSL_bcm_test_[start,end] via a relocation
// Grab the address of BORINGSSL_bcm_text_hash via a relocation
// from a redirector function. For this to work, need to add the markers
// to the symbol table.
w.WriteString(".global BORINGSSL_bcm_text_hash\n")
Expand All @@ -1976,7 +1976,7 @@ func transform(w stringWriter, includes []string, inputs []inputFile, startEndDe
}

if d.processor == aarch64 {
// Grab the address of BORINGSSL_bcm_test_[start,end] via a relocation
// Grab the address of BORINGSSL_bcm_text_[start,end] via a relocation
// from a redirector function. For this to work, need to add the markers
// to the symbol table.
w.WriteString(fmt.Sprintf(".global BORINGSSL_bcm_text_start\n"))
Expand Down

0 comments on commit 0852d9b

Please sign in to comment.