elf64_checkum->elf64_checksum; adapted from changes by saitoh masanobu
authorjmc <jmc@openbsd.org>
Sun, 5 Dec 2021 16:07:01 +0000 (16:07 +0000)
committerjmc <jmc@openbsd.org>
Sun, 5 Dec 2021 16:07:01 +0000 (16:07 +0000)
lib/libelf/elf.3

index c43bc99..0712571 100644 (file)
@@ -21,7 +21,7 @@
 .\" out of the use of this software, even if advised of the possibility of
 .\" such damage.
 .\"
-.\" $Id: elf.3,v 1.7 2020/12/03 22:47:22 jmc Exp $
+.\" $Id: elf.3,v 1.8 2021/12/05 16:07:01 jmc Exp $
 .\"
 .Dd June 12, 2019
 .Dt ELF 3
@@ -534,7 +534,7 @@ back to the underlying file.
 .El
 .It "Queries"
 .Bl -tag -width "elf_getshstrndx" -compact
-.It Fn elf32_checksum , Fn elf64_checkum
+.It Fn elf32_checksum , Fn elf64_checksum
 Compute checksum of an ELF object.
 .It Fn elf_getident
 Retrieve the identification bytes for an ELF object.