svn commit: r234969 - stable/9/sys/net
Eitan Adler
eadler at FreeBSD.org
Thu May 3 16:48:49 UTC 2012
Author: eadler
Date: Thu May 3 16:48:48 2012
New Revision: 234969
URL: http://svn.freebsd.org/changeset/base/234969
Log:
MFC r230108:
Fix trivial typo
Approved by: cperciva (implicit)
Modified:
stable/9/sys/net/bpf_buffer.c
stable/9/sys/net/bpf_buffer.h
stable/9/sys/net/bpf_zerocopy.c
stable/9/sys/net/bpf_zerocopy.h
Directory Properties:
stable/9/sys/ (props changed)
Modified: stable/9/sys/net/bpf_buffer.c
==============================================================================
--- stable/9/sys/net/bpf_buffer.c Thu May 3 16:32:09 2012 (r234968)
+++ stable/9/sys/net/bpf_buffer.c Thu May 3 16:48:48 2012 (r234969)
@@ -2,7 +2,7 @@
* Copyright (c) 2007 Seccuris Inc.
* All rights reserved.
*
- * This sofware was developed by Robert N. M. Watson under contract to
+ * This software was developed by Robert N. M. Watson under contract to
* Seccuris Inc.
*
* Redistribution and use in source and binary forms, with or without
Modified: stable/9/sys/net/bpf_buffer.h
==============================================================================
--- stable/9/sys/net/bpf_buffer.h Thu May 3 16:32:09 2012 (r234968)
+++ stable/9/sys/net/bpf_buffer.h Thu May 3 16:48:48 2012 (r234969)
@@ -2,7 +2,7 @@
* Copyright (c) 2007 Seccuris Inc.
* All rights reserved.
*
- * This sofware was developed by Robert N. M. Watson under contract to
+ * This software was developed by Robert N. M. Watson under contract to
* Seccuris Inc.
*
* Redistribution and use in source and binary forms, with or without
Modified: stable/9/sys/net/bpf_zerocopy.c
==============================================================================
--- stable/9/sys/net/bpf_zerocopy.c Thu May 3 16:32:09 2012 (r234968)
+++ stable/9/sys/net/bpf_zerocopy.c Thu May 3 16:48:48 2012 (r234969)
@@ -2,7 +2,7 @@
* Copyright (c) 2007 Seccuris Inc.
* All rights reserved.
*
- * This sofware was developed by Robert N. M. Watson under contract to
+ * This software was developed by Robert N. M. Watson under contract to
* Seccuris Inc.
*
* Redistribution and use in source and binary forms, with or without
Modified: stable/9/sys/net/bpf_zerocopy.h
==============================================================================
--- stable/9/sys/net/bpf_zerocopy.h Thu May 3 16:32:09 2012 (r234968)
+++ stable/9/sys/net/bpf_zerocopy.h Thu May 3 16:48:48 2012 (r234969)
@@ -2,7 +2,7 @@
* Copyright (c) 2007 Seccuris Inc.
* All rights reserved.
*
- * This sofware was developed by Robert N. M. Watson under contract to
+ * This software was developed by Robert N. M. Watson under contract to
* Seccuris Inc.
*
* Redistribution and use in source and binary forms, with or without
More information about the svn-src-stable-9
mailing list