parisc: elf.h: delete a duplicated word
Drop the repeated word "the". Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com> Cc: Helge Deller <deller@gmx.de> Cc: linux-parisc@vger.kernel.org Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
parent
0e5a7ff6e3
commit
961b658fea
|
@ -152,7 +152,7 @@
|
|||
/* The following are PA function descriptors
|
||||
*
|
||||
* addr: the absolute address of the function
|
||||
* gp: either the data pointer (r27) for non-PIC code or the
|
||||
* gp: either the data pointer (r27) for non-PIC code or
|
||||
* the PLT pointer (r19) for PIC code */
|
||||
|
||||
/* Format for the Elf32 Function descriptor */
|
||||
|
|
Loading…
Reference in New Issue