From 08fce002dfa86ac3b85b3a64a7d1c577e8d6ad01 Mon Sep 17 00:00:00 2001 From: martynas <> Date: Tue, 27 Nov 2007 16:22:12 +0000 Subject: typos; ok jmc@ sys/dev/pci/pciide.c from naddy@ --- src/lib/libc/string/memrchr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/libc/string/memrchr.c b/src/lib/libc/string/memrchr.c index 95d3c3ee9b..bd27ebc620 100644 --- a/src/lib/libc/string/memrchr.c +++ b/src/lib/libc/string/memrchr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: memrchr.c,v 1.1 2007/09/03 14:36:40 millert Exp $ */ +/* $OpenBSD: memrchr.c,v 1.2 2007/11/27 16:22:12 martynas Exp $ */ /* * Copyright (c) 2007 Todd C. Miller @@ -20,7 +20,7 @@ /* * Reverse memchr() - * Find the last occurence of 'c' in the buffer 's' of size 'n'. + * Find the last occurrence of 'c' in the buffer 's' of size 'n'. */ void * memrchr(const void *s, int c, size_t n) -- cgit v1.2.3-55-g6feb