Module: xenomai-2.6
Branch: master
Commit: 89cfad28684aa6b7b197da0b8f4870357833436e
URL:    
http://git.xenomai.org/?p=xenomai-2.6.git;a=commit;h=89cfad28684aa6b7b197da0b8f4870357833436e

Author: Paul Corner <pau...@tuxcnc.org>
Date:   Sun Dec 30 23:02:37 2012 +0100

doc: fix typos

---

 ksrc/drivers/analogy/driver_facilities.c |    6 +++---
 src/testsuite/xeno-test/dohell           |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/ksrc/drivers/analogy/driver_facilities.c 
b/ksrc/drivers/analogy/driver_facilities.c
index a9c9090..cb10d48 100644
--- a/ksrc/drivers/analogy/driver_facilities.c
+++ b/ksrc/drivers/analogy/driver_facilities.c
@@ -113,8 +113,8 @@ EXPORT_SYMBOL_GPL(a4l_unregister_drv);
  * - chan_desc: to describe the channels which compose the subdevice;
  * - rng_desc: to declare the usable ranges;
  *
- * The functions callbakcs are:
- * - do_cmd() and do_cmdtest(): to performe asynchronous acquisitions
+ * The functions callbacks are:
+ * - do_cmd() and do_cmdtest(): to perform asynchronous acquisitions
  *   thanks to commands;
  * - cancel(): to abort a working asynchronous acquisition;
  * - munge(): to apply modifications on the data freshly acquired
@@ -124,7 +124,7 @@ EXPORT_SYMBOL_GPL(a4l_unregister_drv);
  *   acquisition device is DMA capable, many cache-misses and
  *   cache-replaces will occur (the benefits of the DMA controller
  *   will vanish);
- * - trigger(): optionnaly to launch an asynchronous acquisition;
+ * - trigger(): optionally to launch an asynchronous acquisition;
  * - insn_read(), insn_write(), insn_bits(), insn_config(): to perform
  *   synchronous acquisition operations.
  *
diff --git a/src/testsuite/xeno-test/dohell b/src/testsuite/xeno-test/dohell
index 918da8a..fae48b6 100644
--- a/src/testsuite/xeno-test/dohell
+++ b/src/testsuite/xeno-test/dohell
@@ -4,7 +4,7 @@ usage() {
     cat <<EOF
 $0 [ -b path ] [ -s server ] [ -p port ] [ -m mntpoint ] [ -l path | seconds ]
 
-Generate load, using an assorted set of commands and optionnaly:
+Generate load, using an assorted set of commands and optionally:
 - hackbench if the path to the hackbench binary is specified with -b;
 - nc to send TCP data to "server" port "port" if -s is specified (if -p
 is not specified, the port 9, aka discard is used);


_______________________________________________
Xenomai-git mailing list
Xenomai-git@xenomai.org
http://www.xenomai.org/mailman/listinfo/xenomai-git

Reply via email to