diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-04-27 15:29:59 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-04-27 15:29:59 +0000 |
commit | 8052d3396ddcbbbfabd0a06ea66c36cec8439ea4 (patch) | |
tree | 3013f17a9e99e0d3d03e073ade65122e18a64e51 | |
parent | 37e1952944c6f42cb633d851d35d577cd8630b38 (diff) | |
download | skalibs-8052d3396ddcbbbfabd0a06ea66c36cec8439ea4.tar.xz |
Doc typo fix
-rw-r--r-- | doc/upgrade.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html index 7e988c1..3c550ed 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -29,7 +29,7 @@ the struct's <tt>tm_sec</tt> field.</li> <ul> <li> The avltreeb macros have been removed. Instead, the -<tt>AVLTREEN_DECLARE_AND_INIT() macro has been added. </li> +<tt>AVLTREEN_DECLARE_AND_INIT()</tt> macro has been added. </li> <li> The <tt>mkdir_unique()</tt> function has been removed. (It duplicated the functionality of the standard <tt>mkdtemp()</tt> function.) </li> |