Module Name:    src
Committed By:   martin
Date:           Tue May 22 09:23:39 UTC 2012

Modified Files:
        src/tests/lib/libc/sys: t_lwp_create.c

Log Message:
Typo in comment


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/sys/t_lwp_create.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/lib/libc/sys/t_lwp_create.c
diff -u src/tests/lib/libc/sys/t_lwp_create.c:1.1 src/tests/lib/libc/sys/t_lwp_create.c:1.2
--- src/tests/lib/libc/sys/t_lwp_create.c:1.1	Mon May 21 14:15:19 2012
+++ src/tests/lib/libc/sys/t_lwp_create.c	Tue May 22 09:23:39 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: t_lwp_create.c,v 1.1 2012/05/21 14:15:19 martin Exp $ */
+/* $NetBSD: t_lwp_create.c,v 1.2 2012/05/22 09:23:39 martin Exp $ */
 
 /*-
  * Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -65,7 +65,7 @@ static void lwp_main_func(void* arg)
 }
 
 /*
- * Hard to docment - see usage examples below
+ * Hard to document - see usage examples below.
  */
 #define INVALID_UCONTEXT(ARCH,NAME,DESC)	\
 static void ARCH##_##NAME(ucontext_t *);	\

Reply via email to