diff options
| author | Ulrich Spörlein <uqs@FreeBSD.org> | 2011-12-30 10:58:14 +0000 |
|---|---|---|
| committer | Ulrich Spörlein <uqs@FreeBSD.org> | 2011-12-30 10:58:14 +0000 |
| commit | 3df5ecac8c5e0a9105ba0e783bd9e7077df944e7 (patch) | |
| tree | 8895a44928d5c242eb33f5909e96b16aa8b19f50 /usr.sbin/fwcontrol | |
| parent | 719728bf116d9bb6dd6d4815102398132278deaa (diff) | |
Notes
Diffstat (limited to 'usr.sbin/fwcontrol')
| -rw-r--r-- | usr.sbin/fwcontrol/fwcontrol.c | 2 | ||||
| -rw-r--r-- | usr.sbin/fwcontrol/fwmpegts.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/fwcontrol/fwcontrol.c b/usr.sbin/fwcontrol/fwcontrol.c index b8aeb5b10081..36efea16030e 100644 --- a/usr.sbin/fwcontrol/fwcontrol.c +++ b/usr.sbin/fwcontrol/fwcontrol.c @@ -1056,7 +1056,7 @@ main(int argc, char **argv) show_topology_map(fd); /* - * Recieve data file from node "-R" + * Receive data file from node "-R" */ #define TAG (1<<6) #define CHANNEL 63 diff --git a/usr.sbin/fwcontrol/fwmpegts.c b/usr.sbin/fwcontrol/fwmpegts.c index d90b6dde50cf..4f84789018ec 100644 --- a/usr.sbin/fwcontrol/fwmpegts.c +++ b/usr.sbin/fwcontrol/fwmpegts.c @@ -94,7 +94,7 @@ MPEG-2 Transport Stream (MPEG TS) packet format according to IEC 61883: N.b. that CRCs are removed by firewire layer! -The following fiels are fixed for IEEE-1394: +The following fields are fixed for IEEE-1394: tag = 01b tcode = 1010b The length is payload length, i.e. includes CIP header and data size. |
