summaryrefslogtreecommitdiff
path: root/procfs/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'procfs/TODO')
-rw-r--r--procfs/TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/procfs/TODO b/procfs/TODO
index 952d67bc..90e44205 100644
--- a/procfs/TODO
+++ b/procfs/TODO
@@ -12,7 +12,7 @@ Improvements and new features
keeps the inner interface simple and preserves the read/readdir semantics
(performance is probably not critical for a proc filesystem.)
One way would be to add an (optional) "needed_length" field to
- procfs_node_ops, and arrange to pass a sufficent buffer in (*contents,
+ procfs_node_ops, and arrange to pass a sufficient buffer in (*contents,
*contents_len) when get_contents is called. Then the user-provided buffer
might be used directly under some circumstances.