From 8a4e2ec2689ce1c9367fd9df9f3bf82fae1df99b Mon Sep 17 00:00:00 2001 From: oliverschmidt Date: Sat, 22 Dec 2007 12:02:43 +0000 Subject: [PATCH] Fixed typo. --- core/net/uipopt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/net/uipopt.h b/core/net/uipopt.h index 972739b2d..e3bb773e3 100644 --- a/core/net/uipopt.h +++ b/core/net/uipopt.h @@ -58,7 +58,7 @@ * * This file is part of the uIP TCP/IP stack. * - * $Id: uipopt.h,v 1.5 2007/12/08 23:04:34 oliverschmidt Exp $ + * $Id: uipopt.h,v 1.6 2007/12/22 12:02:43 oliverschmidt Exp $ * */ @@ -321,7 +321,7 @@ /** * The size of the advertised receiver's window. * - * Should be set low (i.e., to the size of the uip_buf buffer) is the + * Should be set low (i.e., to the size of the uip_buf buffer) if the * application is slow to process incoming data, or high (32768 bytes) * if the application processes data quickly. *