Module Name:    src
Committed By:   tsutsui
Date:           Mon Feb 27 14:48:34 UTC 2012

Modified Files:
        src/lib/libc/arch/mips/sys: cerror.S

Log Message:
Fix pasto.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/lib/libc/arch/mips/sys/cerror.S

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

Modified files:

Index: src/lib/libc/arch/mips/sys/cerror.S
diff -u src/lib/libc/arch/mips/sys/cerror.S:1.17 src/lib/libc/arch/mips/sys/cerror.S:1.18
--- src/lib/libc/arch/mips/sys/cerror.S:1.17	Mon Feb 27 12:26:21 2012
+++ src/lib/libc/arch/mips/sys/cerror.S	Mon Feb 27 14:48:34 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: cerror.S,v 1.17 2012/02/27 12:26:21 joerg Exp $	*/
+/*	$NetBSD: cerror.S,v 1.18 2012/02/27 14:48:34 tsutsui Exp $	*/
 
 /*-
  * Copyright (c) 1991, 1993
@@ -38,13 +38,13 @@
 #if 0
 	RCSID("from: @(#)cerror.s	8.1 (Berkeley) 6/16/93")
 #else
-	RCSID("$NetBSD: cerror.S,v 1.17 2012/02/27 12:26:21 joerg Exp $")
+	RCSID("$NetBSD: cerror.S,v 1.18 2012/02/27 14:48:34 tsutsui Exp $")
 #endif
 #endif /* LIBC_SCCS and not lint */
 
 #ifdef PIC
 	.protected	__cerror
-i#endif
+#endif
 
 #ifdef _REENTRANT
 	.globl	_C_LABEL(__errno)

Reply via email to