summaryrefslogtreecommitdiff
path: root/dbm_map.h
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2019-07-26 09:51:35 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2019-07-26 09:51:35 +0000
commita5efdeedef481aea3632844ca94a80567a75b5ad (patch)
tree6a7c9e206b8798d24754639cf546c86117f9ede0 /dbm_map.h
parent8f0c701250919da7f99273250017bf536dc73db9 (diff)
Notes
Diffstat (limited to 'dbm_map.h')
-rw-r--r--dbm_map.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbm_map.h b/dbm_map.h
index 9768fc5f2dcce..dc072aef5463a 100644
--- a/dbm_map.h
+++ b/dbm_map.h
@@ -1,4 +1,4 @@
-/* $Id: dbm_map.h,v 1.1 2016/07/19 21:31:55 schwarze Exp $ */
+/* $Id: dbm_map.h,v 1.2 2019/07/01 22:56:24 schwarze Exp $ */
/*
* Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org>
*
@@ -14,7 +14,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * Private interface for low-level routines for the map-based version
+ * Private interface for low-level routines for the map-based version
* of the mandoc database, for read-only access.
* To be used by dbm*.c only.
*/