summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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