From 29a30c44bb8cecb341df211bcb3b330f515c9003 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sat, 3 Jan 2015 10:16:12 +0100 Subject: procfs: Fix typos in comments (found by codespell) Signed-off-by: Stefan Weil --- procfs/TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'procfs/TODO') 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. -- cgit v1.2.3