summaryrefslogtreecommitdiff
path: root/procfs/TODO
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2015-01-03 10:16:12 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-01-03 13:10:59 +0100
commit29a30c44bb8cecb341df211bcb3b330f515c9003 (patch)
treea967801d7a065483d55228f5d241798c4314d998 /procfs/TODO
parentc7441b5eb9bd4327845a1704e07903bacff08962 (diff)
procfs: Fix typos in comments (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
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.