svn commit: r230108 - head/sys/net
Eitan Adler
eadler at FreeBSD.org
Sat Jan 14 17:07:52 UTC 2012
Author: eadler (ports committer)
Date: Sat Jan 14 17:07:52 2012
New Revision: 230108
URL: http://svn.freebsd.org/changeset/base/230108
Log:
- Fix trivial typo
Approved by: nwhitehorn
MFC after: 3 days
Modified:
head/sys/net/bpf_buffer.c
head/sys/net/bpf_buffer.h
head/sys/net/bpf_zerocopy.c
head/sys/net/bpf_zerocopy.h
Modified: head/sys/net/bpf_buffer.c
==============================================================================
--- head/sys/net/bpf_buffer.c Sat Jan 14 14:43:22 2012 (r230107)
+++ head/sys/net/bpf_buffer.c Sat Jan 14 17:07:52 2012 (r230108)
@@ -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: head/sys/net/bpf_buffer.h
==============================================================================
--- head/sys/net/bpf_buffer.h Sat Jan 14 14:43:22 2012 (r230107)
+++ head/sys/net/bpf_buffer.h Sat Jan 14 17:07:52 2012 (r230108)
@@ -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: head/sys/net/bpf_zerocopy.c
==============================================================================
--- head/sys/net/bpf_zerocopy.c Sat Jan 14 14:43:22 2012 (r230107)
+++ head/sys/net/bpf_zerocopy.c Sat Jan 14 17:07:52 2012 (r230108)
@@ -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: head/sys/net/bpf_zerocopy.h
==============================================================================
--- head/sys/net/bpf_zerocopy.h Sat Jan 14 14:43:22 2012 (r230107)
+++ head/sys/net/bpf_zerocopy.h Sat Jan 14 17:07:52 2012 (r230108)
@@ -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-all
mailing list