Module Name:    src
Committed By:   matt
Date:           Sun Nov 15 00:42:17 UTC 2009

Modified Files:
        src/sys/arch/mips/include [matt-nb5-mips64]: cpu.h

Log Message:
Fix typo.


To generate a diff of this commit:
cvs rdiff -u -r1.90.16.6 -r1.90.16.7 src/sys/arch/mips/include/cpu.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/arch/mips/include/cpu.h
diff -u src/sys/arch/mips/include/cpu.h:1.90.16.6 src/sys/arch/mips/include/cpu.h:1.90.16.7
--- src/sys/arch/mips/include/cpu.h:1.90.16.6	Sat Nov 14 21:50:51 2009
+++ src/sys/arch/mips/include/cpu.h	Sun Nov 15 00:42:17 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: cpu.h,v 1.90.16.6 2009/11/14 21:50:51 matt Exp $	*/
+/*	$NetBSD: cpu.h,v 1.90.16.7 2009/11/15 00:42:17 matt Exp $	*/
 
 /*-
  * Copyright (c) 1992, 1993
@@ -437,7 +437,7 @@
 int	ustore_int16(void *, int16_t);
 int	ustore_int32(void *, int32_t);
 int	ustore_uint8(void *, uint8_t);
-int	ustore_uint16(void *, uint16_t*);
+int	ustore_uint16(void *, uint16_t);
 int	ustore_uint32(void *, uint32_t);
 int	ustore_int8_intrsafe(void *, int8_t);
 int	ustore_int16_intrsafe(void *, int16_t);

Reply via email to