From 7ac220efef3c87ab3797552377aed1a973c3db15 Mon Sep 17 00:00:00 2001
From: Robert Ricci <ricci@cs.utah.edu>
Date: Wed, 3 Jan 2007 23:20:58 +0000
Subject: [PATCH] Fixed a typo in a comment that lead to some confusion.

---
 pelab/magent/PacketSensor.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pelab/magent/PacketSensor.cc b/pelab/magent/PacketSensor.cc
index e8ab4d6bbb..eb3b50dd52 100644
--- a/pelab/magent/PacketSensor.cc
+++ b/pelab/magent/PacketSensor.cc
@@ -91,7 +91,7 @@ void PacketSensor::localSend(PacketInfo * packet)
   }
   /*
    * Check for window scaling, which is not supported yet by this code. This
-   * option is only legal on SACK packets. If we decide to support window
+   * option is only legal on SYN packets. If we decide to support window
    * scaling in the future, it might be better to move it to some other sensor
    */
   if (packet->tcp->syn) {
-- 
GitLab