Assorted typo fixes in comments.
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index c28a25a39bf7da44bfb20d330765912d8912ba6b..13f4f7c4749b9176041eea6a15ed168537b5bf3a 100644 (file)
--- a/error.h
+++ b/error.h
@@ -628,9 +628,9 @@ _static_inline_ int osl(int ret)
 
 /**
  * Define the error list for one subsystem.
- #
- * The first entry (index 0) is always the name of the subsystem
- * Used by macros in config.h (generated by configure).
+ *
+ * The first entry (index 0) is always the name of the subsystem. Used by
+ * macros in config.h (generated by configure).
  */
 #define DEFINE_ERRLIST(ss) const char * ss ## _ERRLIST[] = {#ss, ss ## _ERRORS}