From e9b443625460e6c67622a80fbd577ee82bc50b34 Mon Sep 17 00:00:00 2001 From: manu Date: Sat, 5 Oct 2002 23:15:58 +0000 Subject: [PATCH] Fixed typo in a comment --- sys/compat/irix/irix_prctl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/compat/irix/irix_prctl.h b/sys/compat/irix/irix_prctl.h index 8dcd94c8cece..dc140fd0f67b 100644 --- a/sys/compat/irix/irix_prctl.h +++ b/sys/compat/irix/irix_prctl.h @@ -1,4 +1,4 @@ -/* $NetBSD: irix_prctl.h,v 1.6 2002/09/21 21:14:57 manu Exp $ */ +/* $NetBSD: irix_prctl.h,v 1.7 2002/10/05 23:15:58 manu Exp $ */ /*- * Copyright (c) 2001-2002 The NetBSD Foundation, Inc. @@ -159,4 +159,4 @@ struct irix_prda { } usr_prda; }; -#endif /* _IRIX_IRIX_PRCTL_H_ */ +#endif /* _IRIX_PRCTL_H_ */