]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix typo.
authorUlrich Drepper <drepper@redhat.com>
Fri, 8 Dec 2000 17:16:52 +0000 (17:16 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 8 Dec 2000 17:16:52 +0000 (17:16 +0000)
sysdeps/alpha/_mcount.S
sysdeps/alpha/strncpy.S

index f4c234db3843cac49c1bee49771e0a22bfb9f7e7..615f43938d92dd3396309586859f3e5bd7a7fc8a 100644 (file)
@@ -27,7 +27,7 @@
    compiler treats those calls as if they were instructions.  In
    particular, it doesn't save any of the temporary registers (caller
    saved registers).  It is therefore necessary to preserve all
-   caller-saved registers as well
+   caller-saved registers as well.
 
    Upon entering _mcount, register $at holds the return address and ra
    holds the return address of the function's caller (selfpc and frompc,
index 91bf9285425e565989f2ca34083a348a5937f3fd..97d741606a84b1d1fea07034f4a1d073e05c151b 100644 (file)
@@ -53,7 +53,6 @@ ENTRY(strncpy)
        ret                     # .. e1 :
 
 $multiword:
-
        subq    t8, 1, t7       # e0    : clear the final bits in the prev
        or      t7, t8, t7      # e1    : word
        zapnot  t0, t7, t0      # e0    :