summaryrefslogtreecommitdiff
path: root/lib/libc/string/strrchr.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string/strrchr.3')
-rw-r--r--lib/libc/string/strrchr.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/strrchr.3 b/lib/libc/string/strrchr.3
index 4494728bdde..9f288f0b5f2 100644
--- a/lib/libc/string/strrchr.3
+++ b/lib/libc/string/strrchr.3
@@ -33,14 +33,14 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: strrchr.3,v 1.3 1999/06/04 17:26:27 aaron Exp $
+.\" $OpenBSD: strrchr.3,v 1.4 1999/06/06 06:57:52 pjanzen Exp $
.\"
.Dd June 29, 1991
.Dt STRRCHR 3
.Os
.Sh NAME
.Nm strrchr
-.Nd locate last occurence of a character in a string
+.Nd locate last occurrence of a character in a string
.Sh SYNOPSIS
.Fd #include <string.h>
.Ft char *