aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2013-08-08 22:07:59 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2013-08-08 22:07:59 +0000
commit95f1f8d26291c2784b7580b6800ced62c6d35890 (patch)
tree1fbb0dffaa53cff4e4121d73c815128582158aad /sys/fs
parent08a42caa50acc0292287866dc4f2496e947a6650 (diff)
downloadsrc-95f1f8d26291c2784b7580b6800ced62c6d35890.tar.gz
src-95f1f8d26291c2784b7580b6800ced62c6d35890.zip
Small typo.
MFC after: 3 days
Notes
Notes: svn path=/head/; revision=254104
Diffstat (limited to 'sys/fs')
-rw-r--r--sys/fs/ext2fs/ext2_hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/ext2fs/ext2_hash.c b/sys/fs/ext2fs/ext2_hash.c
index 4d69f64444ea..85849b0c728f 100644
--- a/sys/fs/ext2fs/ext2_hash.c
+++ b/sys/fs/ext2fs/ext2_hash.c
@@ -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); \