diff options
Diffstat (limited to 'mpn/powerpc32/addmul_1.asm')
-rw-r--r-- | mpn/powerpc32/addmul_1.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpn/powerpc32/addmul_1.asm b/mpn/powerpc32/addmul_1.asm index 3ef75b153..4e96b84a0 100644 --- a/mpn/powerpc32/addmul_1.asm +++ b/mpn/powerpc32/addmul_1.asm @@ -1,7 +1,7 @@ dnl PowerPC-32 mpn_addmul_1 -- Multiply a limb vector with a limb and add dnl the result to a second limb vector. -dnl Copyright (C) 1995, 1997, 1998, 2000 Free Software Foundation, Inc. +dnl Copyright 1995, 1997, 1998, 2000 Free Software Foundation, Inc. dnl This file is part of the GNU MP Library. |