summaryrefslogtreecommitdiffstats
path: root/cpukit/libblock/include/rtems/bdbuf.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2011-05-11 09:38:01 +0000
committerSebastian Huber <sebastian.huber@embedded-brains.de>2011-05-11 09:38:01 +0000
commitf3ea49920f6223d037405ed8f886e8ea1e17db5b (patch)
tree867ad76cb1b09df6d3e7053fff2945afe934feaf /cpukit/libblock/include/rtems/bdbuf.h
parent2011-05-11 Sebastian Huber <sebastian.huber@embedded-brains.de> (diff)
downloadrtems-f3ea49920f6223d037405ed8f886e8ea1e17db5b.tar.bz2
2011-05-11 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libblock/include/rtems/bdbuf.h: Documentation.
Diffstat (limited to 'cpukit/libblock/include/rtems/bdbuf.h')
-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