grammar fix
This commit is contained in:
13
patches/fix-grammar
Normal file
13
patches/fix-grammar
Normal file
@@ -0,0 +1,13 @@
|
||||
Index: libffi/src/powerpc/asm.h
|
||||
===================================================================
|
||||
--- libffi.orig/src/powerpc/asm.h
|
||||
+++ libffi/src/powerpc/asm.h
|
||||
@@ -42,7 +42,7 @@
|
||||
|
||||
/* If compiled for profiling, call `_mcount' at the start of each function. */
|
||||
#ifdef PROF
|
||||
-/* The mcount code relies on a the return address being on the stack
|
||||
+/* The mcount code relies on the return address being on the stack
|
||||
to locate our caller and so it can restore it; so store one just
|
||||
for its benefit. */
|
||||
#ifdef PIC
|
||||
Reference in New Issue
Block a user