summaryrefslogtreecommitdiffstats
path: root/cpukit
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
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')
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/libblock/include/rtems/bdbuf.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 901d157f86..422ec846ed 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,9 @@
2011-05-11 Sebastian Huber <sebastian.huber@embedded-brains.de>
+ * libblock/include/rtems/bdbuf.h: Documentation.
+
+2011-05-11 Sebastian Huber <sebastian.huber@embedded-brains.de>
+
* libmisc/shell/main_msdosfmt.c: Fixed NULL pointer access.
2011-05-11 Sebastian Huber <sebastian.huber@embedded-brains.de>
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