Date: Thu, 8 Aug 2013 22:07:59 +0000 (UTC) From: "Pedro F. Giffuni" <pfg@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r254104 - head/sys/fs/ext2fs Message-ID: <201308082207.r78M7xgD076743@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pfg Date: Thu Aug 8 22:07:59 2013 New Revision: 254104 URL: http://svnweb.freebsd.org/changeset/base/254104 Log: Small typo. MFC after: 3 days Modified: head/sys/fs/ext2fs/ext2_hash.c Modified: head/sys/fs/ext2fs/ext2_hash.c ============================================================================== --- head/sys/fs/ext2fs/ext2_hash.c Thu Aug 8 21:35:26 2013 (r254103) +++ head/sys/fs/ext2fs/ext2_hash.c Thu Aug 8 22:07:59 2013 (r254104) @@ -73,7 +73,7 @@ /* * FF, GG, and HH are transformations for rounds 1, 2, and 3. - * Rotation is separated from addition to prevent recompuatation + * Rotation is separated from addition to prevent recomputation. */ #define FF(a, b, c, d, x, s) { \ (a) += F ((b), (c), (d)) + (x); \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308082207.r78M7xgD076743>