aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/string/memrchr.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string/memrchr.c')
-rw-r--r--lib/libc/string/memrchr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/memrchr.c b/lib/libc/string/memrchr.c
index f477bc356491..b2ce2d2c8e37 100644
--- a/lib/libc/string/memrchr.c
+++ b/lib/libc/string/memrchr.c
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $FreeBSD$
+ * $FreeBSD: src/lib/libc/string/memrchr.c,v 1.1.6.1.6.1 2010/12/21 17:09:25 kensmith Exp $
*/
#include <string.h>