diff options
Diffstat (limited to 'mpn/powerpc32/add_n.asm')
-rw-r--r-- | mpn/powerpc32/add_n.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpn/powerpc32/add_n.asm b/mpn/powerpc32/add_n.asm index 81ed04b16..bb257f2f3 100644 --- a/mpn/powerpc32/add_n.asm +++ b/mpn/powerpc32/add_n.asm @@ -1,7 +1,7 @@ dnl PowerPC-32 mpn_add_n -- Add two limb vectors of the same length > 0 and dnl store sum in a third limb vector. -dnl Copyright (C) 1995, 1997, 2000 Free Software Foundation, Inc. +dnl Copyright 1995, 1997, 2000 Free Software Foundation, Inc. dnl This file is part of the GNU MP Library. |