X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=fs%2Fxfs%2Fxfs_inode.c;h=a098a20ca63e29bbd021a266e287d87ca796fd8c;hp=b71a907e15ababd1edc70608898476ed612e3108;hb=8a0599dd2471f2a2e409498c08a0ab339057ad06;hpb=233eebb9a96f956c541c0c9094fd321894bd93a7 diff --git a/fs/xfs/xfs_inode.c b/fs/xfs/xfs_inode.c index b71a907e15ab..a098a20ca63e 100644 --- a/fs/xfs/xfs_inode.c +++ b/fs/xfs/xfs_inode.c @@ -1469,7 +1469,7 @@ xfs_itruncate_finish( * file but the log buffers containing the free and reallocation * don't, then we'd end up with garbage in the blocks being freed. * As long as we make the new_size permanent before actually - * freeing any blocks it doesn't matter if they get writtten to. + * freeing any blocks it doesn't matter if they get written to. * * The callers must signal into us whether or not the size * setting here must be synchronous. There are a few cases