Commit 471418be authored by Roger Dingledine's avatar Roger Dingledine
Browse files

tiny comment and whitespace fixes

parent ad7776f6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1796,8 +1796,8 @@ connection_edge_process_relay_cell(cell_t *cell, circuit_t *circ,
        return 0;
      }

      /* Don't allow the other endpoint to request more than our maximim
       * (ie initial) stream SENDME window worth of data. Well-behaved
      /* Don't allow the other endpoint to request more than our maximum
       * (i.e. initial) stream SENDME window worth of data. Well-behaved
       * stock clients will not request more than this max (as per the check
       * in the while loop of connection_edge_consider_sending_sendme()).
       */