summaryrefslogtreecommitdiffstats
path: root/src/dbstruct.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dbstruct.h')
-rw-r--r--src/dbstruct.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dbstruct.h b/src/dbstruct.h
index 74c6059..842e33d 100644
--- a/src/dbstruct.h
+++ b/src/dbstruct.h
@@ -59,7 +59,7 @@ struct syrep_nhash { /* name hash */
};
struct syrep_name {
- char path[PATH_MAX+1];
+ char path[PATH_MAX];
};
@@ -69,11 +69,11 @@ struct syrep_name {
* syrep_md :: syrep_nrecno => md_nrecno (DUP)
* syrep_nrecno :: syrep_md => nrecno_md (DUP)
* syrep_nrecno :: syrep_md => nrecno_lastmd
- * syrep_md :: syrep_nrecono => md_lastnrecno
+ * syrep_md :: syrep_nrecno => md_lastnrecno
*
* syrep_version :: syrep_timestamp => version_timestamp
*
- * nhash :: nrecno => nhash_nrecno (DUP)
+ * nhash :: nrecno => nhash_nrecno (DUP)
* nrecno :: name => nrecno_name
*/