From 61880ab9380f3a71ae1f51df7b6f4836059c041f Mon Sep 17 00:00:00 2001 From: JamoBox Date: Mon, 2 Sep 2013 17:25:28 +0100 Subject: last of the comment refactoring from toxcore --- toxcore/network.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'toxcore/network.c') diff --git a/toxcore/network.c b/toxcore/network.c index 34775570..666846db 100644 --- a/toxcore/network.c +++ b/toxcore/network.c @@ -23,7 +23,7 @@ #include "network.h" -/* return current UNIX time in microseconds (us). */ +/* return current UNIX time in microseconds (us). */ uint64_t current_time(void) { uint64_t time; @@ -44,7 +44,7 @@ uint64_t current_time(void) #endif } -/* return a random number. +/* return a random number. * NOTE: This function should probably not be used where cryptographic randomness is absolutely necessary. */ uint32_t random_int(void) @@ -145,8 +145,8 @@ static void at_shutdown(void) * ip must be in network order EX: 127.0.0.1 = (7F000001). * port is in host byte order (this means don't worry about it). * - * returns Networking_Core object if no problems - * returns NULL if there are problems. + * return Networking_Core object if no problems + * return NULL if there are problems. */ Networking_Core *new_networking(IP ip, uint16_t port) { -- cgit v1.2.3