Fix common misspellings
[deliverable/linux.git] / fs / xfs / linux-2.6 / xfs_aops.c
index 52dbd14260ba691fdbf9cc46b1e46d13fc461e9e..79ce38be15a14c97fdcfd09c4615452d6c9875bd 100644 (file)
@@ -1295,7 +1295,7 @@ xfs_get_blocks_direct(
  * If the private argument is non-NULL __xfs_get_blocks signals us that we
  * need to issue a transaction to convert the range from unwritten to written
  * extents.  In case this is regular synchronous I/O we just call xfs_end_io
- * to do this and we are done.  But in case this was a successfull AIO
+ * to do this and we are done.  But in case this was a successful AIO
  * request this handler is called from interrupt context, from which we
  * can't start transactions.  In that case offload the I/O completion to
  * the workqueues we also use for buffered I/O completion.
This page took 0.025196 seconds and 5 git commands to generate.