Module Name:    src
Committed By:   uwe
Date:           Tue Feb 27 23:09:02 UTC 2018

Modified Files:
        src/sys/sys: ucontext.h

Log Message:
Fix pasto in a comment.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/sys/ucontext.h

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

Modified files:

Index: src/sys/sys/ucontext.h
diff -u src/sys/sys/ucontext.h:1.18 src/sys/sys/ucontext.h:1.19
--- src/sys/sys/ucontext.h:1.18	Wed Mar  6 18:16:58 2013
+++ src/sys/sys/ucontext.h	Tue Feb 27 23:09:02 2018
@@ -1,4 +1,4 @@
-/*	$NetBSD: ucontext.h,v 1.18 2013/03/06 18:16:58 pooka Exp $	*/
+/*	$NetBSD: ucontext.h,v 1.19 2018/02/27 23:09:02 uwe Exp $	*/
 
 /*-
  * Copyright (c) 1999, 2003 The NetBSD Foundation, Inc.
@@ -81,7 +81,7 @@ struct __ucontext {
  *			[undefined]	alpha, powerpc and vax
  *			0x00020000	other ports
  *
- *	_UC_POWERPC_VEC Context does not use signal stack
+ *	_UC_POWERPC_VEC Context contains valid AltiVec context
  *			0x00010000	powerpc only
  *
  *	_UC_POWERPC_SPE	Context contains valid SPE context

Reply via email to