summaryrefslogtreecommitdiffstats
path: root/cpukit/libblock
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-05-25 14:17:53 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-05-25 14:17:53 +0000
commitdea1dc20336261e6c0c3651588cd53e23a5eb0c4 (patch)
treeff66d2618d8dd179da3a0039de4976808092c286 /cpukit/libblock
parentMerge with CVS-HEAD. (diff)
downloadrtems-dea1dc20336261e6c0c3651588cd53e23a5eb0c4.tar.bz2
Cosmetics from CVS-HEAD.
Diffstat (limited to 'cpukit/libblock')
-rw-r--r--cpukit/libblock/include/rtems/bdbuf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libblock/include/rtems/bdbuf.h b/cpukit/libblock/include/rtems/bdbuf.h
index 66a9bbf59b..33db50adce 100644
--- a/cpukit/libblock/include/rtems/bdbuf.h
+++ b/cpukit/libblock/include/rtems/bdbuf.h
@@ -519,7 +519,7 @@ rtems_bdbuf_release (rtems_bdbuf_buffer* bd);
/**
* Release the buffer allocated with a get or read call placing it on the
- * modidied list. If the buffer was not released modified before the hold
+ * modified list. If the buffer was not released modified before the hold
* timer is set to the configuration value. If the buffer had been released
* modified before but not written to disk the hold timer is not updated. The
* buffer will be written to disk when the hold timer has expired, there are