[or-cvs] [tor/master 40/40] Fix typos, make all \brief's conformant, end sentences with a period.

nickm at torproject.org nickm at torproject.org
Fri Jul 30 01:56:59 UTC 2010


Author: Linus Nordberg <linus at nordberg.se>
Date: Wed, 28 Jul 2010 17:42:33 +0200
Subject: Fix typos, make all \brief's conformant, end sentences with a period.
Commit: da49a7267fee4e36cd1983158cbce7c1aa10e58a

---
 src/or/circuitbuild.h |    2 +-
 src/or/dnsserv.h      |    2 +-
 src/or/policies.h     |    2 +-
 src/or/reasons.h      |    2 +-
 src/or/rendclient.h   |    2 +-
 src/or/rendcommon.h   |    2 +-
 src/or/rendmid.h      |    8 ++++----
 src/or/rendservice.h  |    2 +-
 src/or/rephist.h      |    2 +-
 src/or/router.h       |    2 +-
 src/or/routerlist.h   |    2 +-
 src/or/routerparse.h  |    2 +-
 12 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/src/or/circuitbuild.h b/src/or/circuitbuild.h
index e19f3d9..3a02f04 100644
--- a/src/or/circuitbuild.h
+++ b/src/or/circuitbuild.h
@@ -5,7 +5,7 @@
 /* See LICENSE for licensing information */
 
 /**
- * \file geoip.h
+ * \file circuitbuild.h
  * \brief Header file for circuitbuild.c.
  **/
 
diff --git a/src/or/dnsserv.h b/src/or/dnsserv.h
index f3b73d4..5bf154e 100644
--- a/src/or/dnsserv.h
+++ b/src/or/dnsserv.h
@@ -6,7 +6,7 @@
 
 /**
  * \file dnsserv.h
- * \brief Header file for dnsserv functions
+ * \brief Header file for dnsserv.c.
  **/
 
 #ifndef _TOR_DNSSERV_H
diff --git a/src/or/policies.h b/src/or/policies.h
index b99ee79..dd46f4d 100644
--- a/src/or/policies.h
+++ b/src/or/policies.h
@@ -6,7 +6,7 @@
 
 /**
  * \file policies.h
- * \brief Header file for policy.c.
+ * \brief Header file for policies.c.
  **/
 
 #ifndef _TOR_POLICIES_H
diff --git a/src/or/reasons.h b/src/or/reasons.h
index 1400e81..b87d36a 100644
--- a/src/or/reasons.h
+++ b/src/or/reasons.h
@@ -6,7 +6,7 @@
 
 /**
  * \file reasons.h
- * \brief Header file for reasons.c
+ * \brief Header file for reasons.c.
  **/
 
 #ifndef _TOR_REASONS_H
diff --git a/src/or/rendclient.h b/src/or/rendclient.h
index 4e6587b..842fe0b 100644
--- a/src/or/rendclient.h
+++ b/src/or/rendclient.h
@@ -6,7 +6,7 @@
 
 /**
  * \file rendclient.h
- * \brief Header file for client rend functions
+ * \brief Header file for rendclient.c.
  **/
 
 #ifndef _TOR_RENDCLIENT_H
diff --git a/src/or/rendcommon.h b/src/or/rendcommon.h
index 5d60c22..0070502 100644
--- a/src/or/rendcommon.h
+++ b/src/or/rendcommon.h
@@ -6,7 +6,7 @@
 
 /**
  * \file rendcommon.h
- * \brief Header file for common rend functions
+ * \brief Header file for rendcommon.c.
  **/
 
 #ifndef _TOR_RENDCOMMON_H
diff --git a/src/or/rendmid.h b/src/or/rendmid.h
index 92df878..4d08d4c 100644
--- a/src/or/rendmid.h
+++ b/src/or/rendmid.h
@@ -5,12 +5,12 @@
 /* See LICENSE for licensing information */
 
 /**
- * \file geoip.h
- * \brief Header file for geoip functions
+ * \file rendmid.h
+ * \brief Header file for rendmid.c.
  **/
 
-#ifndef _TOR_GEOIP_H
-#define _TOR_GEOIP_H
+#ifndef _TOR_RENDMID_H
+#define _TOR_RENDMID_H
 
 int rend_mid_establish_intro(or_circuit_t *circ, const char *request,
                              size_t request_len);
diff --git a/src/or/rendservice.h b/src/or/rendservice.h
index 1087492..f979a39 100644
--- a/src/or/rendservice.h
+++ b/src/or/rendservice.h
@@ -6,7 +6,7 @@
 
 /**
  * \file rendservice.h
- * \brief Header file for rendservice functions
+ * \brief Header file for rendservice.c.
  **/
 
 #ifndef _TOR_RENDSERVICE_H
diff --git a/src/or/rephist.h b/src/or/rephist.h
index 1720c9a..a845892 100644
--- a/src/or/rephist.h
+++ b/src/or/rephist.h
@@ -6,7 +6,7 @@
 
 /**
  * \file rephist.h
- * \brief Header file for rephist functions
+ * \brief Header file for rephist.c.
  **/
 
 #ifndef _TOR_REPHIST_H
diff --git a/src/or/router.h b/src/or/router.h
index c8a8506..d90a7cf 100644
--- a/src/or/router.h
+++ b/src/or/router.h
@@ -6,7 +6,7 @@
 
 /**
  * \file router.h
- * \brief Header file for router functions
+ * \brief Header file for router.c.
  **/
 
 #ifndef _TOR_ROUTER_H
diff --git a/src/or/routerlist.h b/src/or/routerlist.h
index bbb3c5f..e31b07a 100644
--- a/src/or/routerlist.h
+++ b/src/or/routerlist.h
@@ -5,7 +5,7 @@
 
 /**
  * \file routerlist.h
- * \brief Header file for routerlist functions
+ * \brief Header file for routerlist.c.
  **/
 
 #ifndef _TOR_ROUTERLIST_H
diff --git a/src/or/routerparse.h b/src/or/routerparse.h
index e246dbe..2313f68 100644
--- a/src/or/routerparse.h
+++ b/src/or/routerparse.h
@@ -6,7 +6,7 @@
 
 /**
  * \file routerpase.h
- * \brief Header file for router information parsing.
+ * \brief Header file for routerparse.c.
  **/
 
 #ifndef _TOR_ROUTERPARSE_H
-- 
1.7.1



More information about the tor-commits mailing list