]> granicus.if.org Git - transmission/commitdiff
add a missing @ to a comment
authorMitchell Livingston <livings124@transmissionbt.com>
Tue, 18 Sep 2012 03:46:01 +0000 (03:46 +0000)
committerMitchell Livingston <livings124@transmissionbt.com>
Tue, 18 Sep 2012 03:46:01 +0000 (03:46 +0000)
libtransmission/session.c

index 31a5ca179e2ecabbf93181a03ad8d86329cd2f19..c1350326230fb804bc77a74d329fb214035d4500 100644 (file)
@@ -1321,7 +1321,7 @@ useAltSpeed( tr_session * s, struct tr_turtle_info * t,
 }
 
 /**
- * return whether turtle should be on/off according to the scheduler
+ * @return whether turtle should be on/off according to the scheduler
  */
 static bool
 getInTurtleTime( const struct tr_turtle_info * t )