PERFORCE change 166935 for review

Aditya Sarawgi truncs at FreeBSD.org
Sun Aug 2 14:43:38 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=166935

Change 166935 by truncs at aditya on 2009/08/02 14:42:58

	Fixed typo acces -> access

Affected files ...

.. //depot/projects/soc2009/soc_ext2fs/src/sys/gnu/fs/ext2fs/ext2_dinode.h#2 edit

Differences ...

==== //depot/projects/soc2009/soc_ext2fs/src/sys/gnu/fs/ext2fs/ext2_dinode.h#2 (text+ko) ====

@@ -52,7 +52,7 @@
 	u_int16_t	e2di_mode;	/*   0: IFMT, permissions; see below. */
 	u_int16_t	e2di_uid;	/*   2: Owner UID */
 	u_int32_t	e2di_size;	/*	 4: Size (in bytes) */
-	u_int32_t	e2di_atime;	/*	 8: Acces time */
+	u_int32_t	e2di_atime;	/*	 8: Access time */
 	u_int32_t	e2di_ctime;	/*	12: Create time */
 	u_int32_t	e2di_mtime;	/*	16: Modification time */
 	u_int32_t	e2di_dtime;	/*	20: Deletion time */


More information about the p4-projects mailing list