Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Apr 2003 14:51:08 -0700 (PDT)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 29820 for review
Message-ID:  <200304262151.h3QLp8TF037636@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=29820

Change 29820 by jmallett@jmallett_dalek on 2003/04/26 14:50:23

	Correct end label to match entry label.

Affected files ...

.. //depot/projects/mips/sys/mips/mips/support.S#7 edit

Differences ...

==== //depot/projects/mips/sys/mips/mips/support.S#7 (text+ko) ====

@@ -261,7 +261,7 @@
 ENTRY(copystr)
 	jr	ra
 	nop
-END(copyout)
+END(copystr)
 
 /*
  * copyinstr(9)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304262151.h3QLp8TF037636>