typo in UserModeLinux-HOWTO
authorRichard Genoud <richard.genoud@gmail.com>
Thu, 27 Sep 2012 07:34:16 +0000 (09:34 +0200)
committerRichard Weinberger <richard@nod.at>
Tue, 9 Oct 2012 20:35:24 +0000 (22:35 +0200)
[it seems that I sent it to the wrong maintainer at first... sorry for that]
copy_from_user was meant instead of copy_to_user.

Signed-off-by: Richard Genoud <richard.genoud@gmail.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
Documentation/virtual/uml/UserModeLinux-HOWTO.txt

index 77dfecf..a5f8436 100644 (file)
 
 
   Looking at the source shows that the fault happened during a call to
-  copy_to_user to copy the data into the kernel:
+  copy_from_user to copy the data into the kernel:
 
 
        107             count -= chars;