svn commit: r246327 - user/sbruno/head_177038/sys/boot/i386/pxe_http

Sean Bruno sbruno at FreeBSD.org
Mon Feb 4 18:39:06 UTC 2013


Author: sbruno
Date: Mon Feb  4 18:39:05 2013
New Revision: 246327
URL: http://svnweb.freebsd.org/changeset/base/246327

Log:
  Odd typos in these two files.

Modified:
  user/sbruno/head_177038/sys/boot/i386/pxe_http/pxe_http.h
  user/sbruno/head_177038/sys/boot/i386/pxe_http/pxe_sock.h

Modified: user/sbruno/head_177038/sys/boot/i386/pxe_http/pxe_http.h
==============================================================================
--- user/sbruno/head_177038/sys/boot/i386/pxe_http/pxe_http.h	Mon Feb  4 18:16:54 2013	(r246326)
+++ user/sbruno/head_177038/sys/boot/i386/pxe_http/pxe_http.h	Mon Feb  4 18:39:05 2013	(r246327)
@@ -58,7 +58,7 @@ typedef struct pxe_http_handle {
 	off_t		offset;		/* current offset in bytes from
 					 * beginning of file */
 #ifdef PXE_HTTPFS_CACHING
-/*	off_t		cache_start;	/* cached block, to reduce http requests */
+	off_t		cache_start;	/* cached block, to reduce http requests */
 	uint16_t	cache_size;	/* size of cached block */
 #endif
 	size_t		size;		/* file size if known */

Modified: user/sbruno/head_177038/sys/boot/i386/pxe_http/pxe_sock.h
==============================================================================
--- user/sbruno/head_177038/sys/boot/i386/pxe_http/pxe_sock.h	Mon Feb  4 18:16:54 2013	(r246326)
+++ user/sbruno/head_177038/sys/boot/i386/pxe_http/pxe_sock.h	Mon Feb  4 18:39:05 2013	(r246327)
@@ -85,7 +85,7 @@ void	pxe_sock_init();
 /* int	pxe_socket_alloc(); */
 
 /* frees socket structure */
-/* int	pxe_socket_free(int socket); (/
+/* int	pxe_socket_free(int socket); */
 
 /* shows socket usage statistics */
 void	pxe_sock_stats();


More information about the svn-src-user mailing list