Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Jan 2012 17:07:52 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r230108 - head/sys/net
Message-ID:  <201201141707.q0EH7qUb041349@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201141707.q0EH7qUb041349>