projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87c8577
)
stdin.h: Add missing doxygen comment for stdin_task->btrp.
author
Andre Noll
<maan@systemlinux.org>
Fri, 18 Mar 2011 08:09:05 +0000
(09:09 +0100)
committer
Andre Noll
<maan@systemlinux.org>
Fri, 18 Mar 2011 08:09:05 +0000
(09:09 +0100)
stdin.h
patch
|
blob
|
history
diff --git
a/stdin.h
b/stdin.h
index
2d279a6
..
32a4c28
100644
(file)
--- a/
stdin.h
+++ b/
stdin.h
@@
-12,7
+12,7
@@
struct stdin_task {
struct task task;
/** Stdin is always the root of a buffer tree. */
struct btr_node *btrn;
- /* Use a buffer pool to minimize memcpy due to alignment problems. */
+ /*
*
Use a buffer pool to minimize memcpy due to alignment problems. */
struct btr_pool *btrp;
};