]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(__strcpy_small): Fix a typo.
authorUlrich Drepper <drepper@redhat.com>
Sat, 31 Jul 1999 22:28:12 +0000 (22:28 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 31 Jul 1999 22:28:12 +0000 (22:28 +0000)
string/bits/string2.h

index 4bf39e1d95295856756aeecd0e1a1677aeae6006..07f5ac3992a80a183ae61b13f9aabbc9bd82e84d 100644 (file)
@@ -442,7 +442,7 @@ __strcpy_small (char *__dest,
     case 8:
       __u->__ui = __src0_4;
       __u = (void *) __u + 4;
-      __u->__usi = __src4_4;
+      __u->__ui = __src4_4;
       break;
     }
   return __dest;