]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/Makefile.in: Fix typo.
authorPhilipp Stephani <phst@google.com>
Fri, 28 May 2021 14:56:17 +0000 (16:56 +0200)
committerPhilipp Stephani <phst@google.com>
Fri, 28 May 2021 14:56:17 +0000 (16:56 +0200)
src/Makefile.in

index d9f65b5bd0ef7d034c6d7cbc4600a503164d1c46..79cddb35b5538b1cab045a5bfe3dc0230497dc6e 100644 (file)
@@ -342,7 +342,7 @@ DUMPING=@DUMPING@
 CHECK_STRUCTS = @CHECK_STRUCTS@
 HAVE_PDUMPER = @HAVE_PDUMPER@
 
-## ARM Macs require that all code have a valid signature.  Since pump
+## ARM Macs require that all code have a valid signature.  Since pdump
 ## invalidates the signature, we must re-sign to fix it.
 DO_CODESIGN=$(patsubst aarch64-apple-darwin%,yes,@configuration@)