From: Marcelo Tosatti Date: Sat, 17 Sep 2005 02:28:01 +0000 (-0700) Subject: [PATCH] relayfs documentation typo X-Git-Tag: v2.6.14-rc2~5^2~29 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=afeda2c24e74cbddde376e06fdd82c215f9cb637;p=profile%2Fivi%2Fkernel-x86-ivi.git [PATCH] relayfs documentation typo Small typo in relayfs documentation. Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/Documentation/filesystems/relayfs.txt b/Documentation/filesystems/relayfs.txt index d24e1b0..d803abe 100644 --- a/Documentation/filesystems/relayfs.txt +++ b/Documentation/filesystems/relayfs.txt @@ -15,7 +15,7 @@ retrieve the data as it becomes available. The format of the data logged into the channel buffers is completely up to the relayfs client; relayfs does however provide hooks which -allow clients to impose some stucture on the buffer data. Nor does +allow clients to impose some structure on the buffer data. Nor does relayfs implement any form of data filtering - this also is left to the client. The purpose is to keep relayfs as simple as possible.