[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[vidalia-svn] r1918: Fix a couple method comments that were victims of negligent (in trunk: . src/control)



Author: edmanm
Date: 2007-09-06 23:59:54 -0400 (Thu, 06 Sep 2007)
New Revision: 1918

Modified:
   trunk/
   trunk/src/control/addressmapevent.h
Log:
 r2146@adrastea:  edmanm | 2007-09-06 23:59:41 -0400
 Fix a couple method comments that were victims of negligent copy-pasting.



Property changes on: trunk
___________________________________________________________________
 svk:merge ticket from /vidalia/local/trunk [r2146] on 54b3572a-7227-0410-958f-53ecd705b71a

Modified: trunk/src/control/addressmapevent.h
===================================================================
--- trunk/src/control/addressmapevent.h	2007-09-06 22:30:40 UTC (rev 1917)
+++ trunk/src/control/addressmapevent.h	2007-09-07 03:59:54 UTC (rev 1918)
@@ -42,9 +42,9 @@
   : QEvent((QEvent::Type)CustomEventType::AddressMapEvent)
   { _from = from; _to = to; _expires = expires; }
 
-  /** Returns the number of bytes read in the last second */
+  /** Returns the source address for this address mapping. */
   QString from() const { return _from; }
-  /** Returns the number of bytes written in the last second */
+  /** Returns the target address for this address mapping. */
   QString to() const { return _to; }
   /** Returns the date and time at which this mapping should expire, in local
    * time. */