mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Some comment fixes.
This commit is contained in:
parent
f2be0a3c5d
commit
0e982405d6
@ -2,7 +2,7 @@
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ([2.65])
|
||||
AC_INIT([tox], [0.0.0], [https://tox.im])
|
||||
AC_INIT([tox], [0.0.0])
|
||||
AC_CONFIG_AUX_DIR(configure_aux)
|
||||
AC_CONFIG_SRCDIR([toxcore/net_crypto.c])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* DHT.c
|
||||
*
|
||||
* An implementation of the DHT as seen in http://wiki.tox.im/index.php/DHT
|
||||
* An implementation of the DHT as seen in docs/updates/DHT.md
|
||||
*
|
||||
* Copyright (C) 2013 Tox project All Rights Reserved.
|
||||
*
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* DHT.h
|
||||
*
|
||||
* An implementation of the DHT as seen in http://wiki.tox.im/index.php/DHT
|
||||
* An implementation of the DHT as seen in docs/updates/DHT.md
|
||||
*
|
||||
* Copyright (C) 2013 Tox project All Rights Reserved.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user