diff options
| author | msaitoh <msaitoh@NetBSD.org> | 2020-07-22 01:24:39 +0000 |
|---|---|---|
| committer | msaitoh <msaitoh@NetBSD.org> | 2020-07-22 01:24:39 +0000 |
| commit | 59bcdab6d820428f9fe35493273c2bc323eb4878 (patch) | |
| tree | 0c988c38f5784aa22efb188ef5be560cbdea83a1 /lib/libpthread | |
| parent | a2ecd766c8fe879ab9394c75b5fc3ec9b9879939 (diff) | |
s/reseting/resetting/
Diffstat (limited to 'lib/libpthread')
| -rw-r--r-- | lib/libpthread/pthread.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libpthread/pthread.c b/lib/libpthread/pthread.c index e9e318dc67a..6b7d2bf2f06 100644 --- a/lib/libpthread/pthread.c +++ b/lib/libpthread/pthread.c @@ -1,4 +1,4 @@ -/* $NetBSD: pthread.c,v 1.177 2020/06/14 21:31:11 ad Exp $ */ +/* $NetBSD: pthread.c,v 1.178 2020/07/22 01:24:39 msaitoh Exp $ */ /*- * Copyright (c) 2001, 2002, 2003, 2006, 2007, 2008, 2020 @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__RCSID("$NetBSD: pthread.c,v 1.177 2020/06/14 21:31:11 ad Exp $"); +__RCSID("$NetBSD: pthread.c,v 1.178 2020/07/22 01:24:39 msaitoh Exp $"); #define __EXPOSE_STACK 1 @@ -203,7 +203,7 @@ pthread__init(void) /* * Allocate pthread_keys descriptors before - * reseting __uselibcstub because otherwise + * resetting __uselibcstub because otherwise * malloc() will call pthread_keys_create() * while pthread_keys descriptors are not * yet allocated. |
