From owner-p4-projects@FreeBSD.ORG Sun Nov 8 16:32:19 2009 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id E23A71065670; Sun, 8 Nov 2009 16:32:18 +0000 (UTC) Delivered-To: perforce@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A6956106566B for ; Sun, 8 Nov 2009 16:32:18 +0000 (UTC) (envelope-from truncs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7ADF48FC1B for ; Sun, 8 Nov 2009 16:32:18 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id nA8GWIch015192 for ; Sun, 8 Nov 2009 16:32:18 GMT (envelope-from truncs@FreeBSD.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nA8GWIoT015190 for perforce@freebsd.org; Sun, 8 Nov 2009 16:32:18 GMT (envelope-from truncs@FreeBSD.org) Date: Sun, 8 Nov 2009 16:32:18 GMT Message-Id: <200911081632.nA8GWIoT015190@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to truncs@FreeBSD.org using -f From: Aditya Sarawgi To: Perforce Change Reviews Precedence: bulk Cc: Subject: PERFORCE change 170367 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2009 16:32:19 -0000 http://p4web.freebsd.org/chv.cgi?CH=170367 Change 170367 by truncs@aditya on 2009/11/08 16:32:10 - Fix typos - Use correct #endif comments Affected files ... .. //depot/projects/soc2009/soc_ext2fs/src/sys/fs/ext2fs/ext2_bmap.c#5 edit .. //depot/projects/soc2009/soc_ext2fs/src/sys/fs/ext2fs/ext2_dinode.h#3 edit .. //depot/projects/soc2009/soc_ext2fs/src/sys/fs/ext2fs/ext2_dir.h#3 edit .. //depot/projects/soc2009/soc_ext2fs/src/sys/fs/ext2fs/ext2_extern.h#4 edit .. //depot/projects/soc2009/soc_ext2fs/src/sys/fs/ext2fs/inode.h#6 edit Differences ... ==== //depot/projects/soc2009/soc_ext2fs/src/sys/fs/ext2fs/ext2_bmap.c#5 (text+ko) ==== @@ -51,7 +51,7 @@ #include /* - * Bmap converts a the logical block number of a file to its physical block + * Bmap converts the logical block number of a file to its physical block * number on the disk. The conversion is done by using the logical block * number to index into the array of block pointers described by the dinode. */ ==== //depot/projects/soc2009/soc_ext2fs/src/sys/fs/ext2fs/ext2_dinode.h#3 (text+ko) ==== @@ -74,5 +74,5 @@ u_int32_t e2di_linux_reserved3; /* 124 */ }; -#endif /* _SYS_GNU_EXT2FS_EXT2_DINODE_H_ */ +#endif /* _FS_EXT2FS_EXT2_DINODE_H_ */ ==== //depot/projects/soc2009/soc_ext2fs/src/sys/fs/ext2fs/ext2_dir.h#3 (text+ko) ==== @@ -77,5 +77,5 @@ #define EXT2_DIR_ROUND (EXT2_DIR_PAD - 1) #define EXT2_DIR_REC_LEN(name_len) (((name_len) + 8 + EXT2_DIR_ROUND) & \ ~EXT2_DIR_ROUND) -#endif /* !_SYS_GNU_EXT2FS_EXT2_DIR_H_ */ +#endif /* !_FS_EXT2FS_EXT2_DIR_H_ */ ==== //depot/projects/soc2009/soc_ext2fs/src/sys/fs/ext2fs/ext2_extern.h#4 (text+ko) ==== @@ -90,4 +90,4 @@ extern struct vop_vector ext2_vnodeops; extern struct vop_vector ext2_fifoops; -#endif /* !_SYS_GNU_EXT2FS_EXT2_EXTERN_H_ */ +#endif /* !_FS_EXT2FS_EXT2_EXTERN_H_ */ ==== //depot/projects/soc2009/soc_ext2fs/src/sys/fs/ext2fs/inode.h#6 (text+ko) ==== @@ -167,4 +167,4 @@ }; #endif /* _KERNEL */ -#endif /* !_SYS_GNU_EXT2FS_INODE_H_ */ +#endif /* !_FS_EXT2FS_INODE_H_ */