summaryrefslogtreecommitdiff
path: root/lib9p/map.h
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2025-02-11 16:53:39 -0700
committerLuke T. Shumaker <lukeshu@lukeshu.com>2025-02-11 16:55:04 -0700
commitd48587950fb9c1cf1b674dde329c48144cbcfa2f (patch)
treeb46e76ef5db315b21cccc239235717c7955c0888 /lib9p/map.h
parentd243a00001d4e8ab3ce30a34021c26fa0e96825d (diff)
lib9p: map.h: Fix a typo in a comment
Diffstat (limited to 'lib9p/map.h')
-rw-r--r--lib9p/map.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib9p/map.h b/lib9p/map.h
index b59c83d..ab9564f 100644
--- a/lib9p/map.h
+++ b/lib9p/map.h
@@ -1,6 +1,6 @@
-/* lib9p/map.h - A really dumb map/dict data structur
+/* lib9p/map.h - A really dumb map/dict data structure
*
- * Copyright (C) 2024 Luke T. Shumaker <lukeshu@lukeshu.com>
+ * Copyright (C) 2024-2025 Luke T. Shumaker <lukeshu@lukeshu.com>
* SPDX-License-Identifier: AGPL-3.0-or-later
*/