diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-06-20 22:14:00 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-06-20 22:14:00 +0000 |
commit | f74ff957c54e3689194f5caecb6ed292ab648479 (patch) | |
tree | 49b092919425b9a14b454a5b9bb942f0391bafcb /sysdeps | |
parent | 41a662450ad5ce6e8e767beb7b46d7fddd3a955f (diff) | |
download | glibc-f74ff957c54e3689194f5caecb6ed292ab648479.tar glibc-f74ff957c54e3689194f5caecb6ed292ab648479.tar.gz glibc-f74ff957c54e3689194f5caecb6ed292ab648479.tar.bz2 glibc-f74ff957c54e3689194f5caecb6ed292ab648479.zip |
Fix typo.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/ia64/getcontext.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/ia64/getcontext.S b/sysdeps/unix/sysv/linux/ia64/getcontext.S index bf8bd99d90..2b2322da16 100644 --- a/sysdeps/unix/sysv/linux/ia64/getcontext.S +++ b/sysdeps/unix/sysv/linux/ia64/getcontext.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2001 Free Software Foundation, Inc. +/* Copyright (C) 2001, 2002 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by David Mosberger-Tang <davidm@hpl.hp.com>. @@ -142,7 +142,7 @@ ENTRY(__getcontext) st8 [r2] = rB0, 16 st8 [r3] = rB1, 16 ;; - st8 [r3] = rB2, 16 + st8 [r2] = rB2, 16 st8 [r3] = rB3, 16 ;; st8 [r2] = rB4 |