summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2012-01-14 17:07:52 +0000
committereadler <eadler@FreeBSD.org>2012-01-14 17:07:52 +0000
commit8cde6e1e8732cf68a8408ae4899da346c3d865e9 (patch)
tree6117d59e73ff93aef3b286a37523e221e8f3613b
parent49a292dbe08e9c091bccd185a9112f78a076852a (diff)
downloadFreeBSD-src-8cde6e1e8732cf68a8408ae4899da346c3d865e9.zip
FreeBSD-src-8cde6e1e8732cf68a8408ae4899da346c3d865e9.tar.gz
- Fix trivial typo
Approved by: nwhitehorn MFC after: 3 days
-rw-r--r--sys/net/bpf_buffer.c2
-rw-r--r--sys/net/bpf_buffer.h2
-rw-r--r--sys/net/bpf_zerocopy.c2
-rw-r--r--sys/net/bpf_zerocopy.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/sys/net/bpf_buffer.c b/sys/net/bpf_buffer.c
index 6920c70..d338fca 100644
--- a/sys/net/bpf_buffer.c
+++ b/sys/net/bpf_buffer.c
@@ -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
diff --git a/sys/net/bpf_buffer.h b/sys/net/bpf_buffer.h
index 82d0310..733137f 100644
--- a/sys/net/bpf_buffer.h
+++ b/sys/net/bpf_buffer.h
@@ -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
diff --git a/sys/net/bpf_zerocopy.c b/sys/net/bpf_zerocopy.c
index 7a3e6cd..1b32629 100644
--- a/sys/net/bpf_zerocopy.c
+++ b/sys/net/bpf_zerocopy.c
@@ -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
diff --git a/sys/net/bpf_zerocopy.h b/sys/net/bpf_zerocopy.h
index c541a15..a5709b8 100644
--- a/sys/net/bpf_zerocopy.h
+++ b/sys/net/bpf_zerocopy.h
@@ -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
OpenPOWER on IntegriCloud