Module Name:    src
Committed By:   kamil
Date:           Sat Mar  7 19:47:44 UTC 2020

Modified Files:
        src/tests/lib/libc/sys: t_ptrace_wait.h

Log Message:
Fix typo


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/tests/lib/libc/sys/t_ptrace_wait.h

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_ptrace_wait.h
diff -u src/tests/lib/libc/sys/t_ptrace_wait.h:1.25 src/tests/lib/libc/sys/t_ptrace_wait.h:1.26
--- src/tests/lib/libc/sys/t_ptrace_wait.h:1.25	Sat Mar  7 14:53:14 2020
+++ src/tests/lib/libc/sys/t_ptrace_wait.h	Sat Mar  7 19:47:44 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: t_ptrace_wait.h,v 1.25 2020/03/07 14:53:14 christos Exp $	*/
+/*	$NetBSD: t_ptrace_wait.h,v 1.26 2020/03/07 19:47:44 kamil Exp $	*/
 
 /*-
  * Copyright (c) 2016, 2017, 2018, 2019 The NetBSD Foundation, Inc.
@@ -672,7 +672,7 @@ are_fpu_exceptions_supported(void)
 	return true;
 }
 #else
-#define are_fpu_exceptions_supporter() 1
+#define are_fpu_exceptions_supported() 1
 #endif
 
 static void __used

Reply via email to