]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix typo: segement -> segment
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Fri, 11 Apr 2025 19:37:18 +0000 (21:37 +0200)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Fri, 11 Apr 2025 19:37:18 +0000 (21:37 +0200)
No impact, typo in a comment.

coregrind/m_ume/elf.c

index 67d3139d29b191d57177928c3d5e3e2d00e00052..5f2ac1fedb4b62c19a7c4c1ac06227f5a7ff4780 100644 (file)
@@ -514,7 +514,7 @@ Bool VG_(match_ELF)(const void *hdr, SizeT len)
      the furthest-along mapping it creates.  The executable is mapped
      starting at EBASE, which is usually read from it (eg, 0x8048000
      etc) except if it's a PIE, in which case aspacem is queried for
-     the first adequately sized segement.
+     the first adequately sized segment.
 
      The returned address is recorded in info->brkbase as the start
      point of the brk (data) segment, as it is traditional to place