summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorMárton Németh <nm127@freemail.hu>2010-03-28 09:14:11 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2010-03-29 11:37:37 +0200
commitc46c96b0cd96b020cd9b304361b1b1c94e776910 (patch)
tree99f8cd4e5afd578724b725b7621f27bee0b15d93 /Documentation
parent2a9b63f2833bbadde2f0683484f10a7037ea309b (diff)
downloadbarebox-c46c96b0cd96b020cd9b304361b1b1c94e776910.tar.gz
barebox-c46c96b0cd96b020cd9b304361b1b1c94e776910.tar.xz
u-boot-v2: fix typos in documentation
Signed-off-by: Márton Németh <nm127@freemail.hu> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devices_drivers.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devices_drivers.txt b/Documentation/devices_drivers.txt
index af929fa8c7..e13b13a52f 100644
--- a/Documentation/devices_drivers.txt
+++ b/Documentation/devices_drivers.txt
@@ -55,7 +55,7 @@ See above.
int (*probe) (struct device_d *);
int (*remove)(struct device_d *);
-These are called if a instance of a device is found or gone.
+These are called if an instance of a device is found or gone.
ssize_t (*read) (struct device_d*, void* buf, size_t count, ulong offset, ulong flags);
ssize_t (*write) (struct device_d*, const void* buf, size_t count, ulong offset, ulong flags);
@@ -67,6 +67,6 @@ void *type_data;
This is somewhat redundant with the type data in struct device. Currently the
filesystem implementation uses this field while ethernet drivers use the same
-field in struct device. Probably one of both should be removed.
+field in struct device. Probably one of them should be removed.