summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-02-05 21:45:54 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-02-05 21:45:54 +0000
commitd90a61b360d2cbeaa59495236e973b0b10e18897 (patch)
tree461b2761ebcc6f88d112b0235bb89a52774a9405
parent52ce8e2ff81aa5144953768a1bb72aff25c90fa5 (diff)
2008-02-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* README: Fix typo.
-rw-r--r--mcast/ChangeLog4
-rw-r--r--mcast/README2
2 files changed, 5 insertions, 1 deletions
diff --git a/mcast/ChangeLog b/mcast/ChangeLog
index 9e908e0..6517000 100644
--- a/mcast/ChangeLog
+++ b/mcast/ChangeLog
@@ -1,3 +1,7 @@
+2008-02-05 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * README: Fix typo.
+
2007-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile: bin2c now rtems-bin2c.
diff --git a/mcast/README b/mcast/README
index d15176c..24ed119 100644
--- a/mcast/README
+++ b/mcast/README
@@ -45,7 +45,7 @@ Driver Requirements
GNU/Linux
=========
You will have to have a route in place. Something like this command should
-work if you adjust the 192.168.1.244 to match your IP addresa and adjust the
+work if you adjust the 192.168.1.244 to match your IP address and adjust the
239.9.8.0 to match the multicast address used in mcast_params.h:
/sbin/route add -net 239.9.8.0 netmask 255.255.255.0 gw 192.168.1.244 dev eth0