From a41651b62ff13fd89aafefd5c1e0ef7a6e5b31ad Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Thu, 22 Aug 2024 18:03:49 +0800
Subject: [PATCH] rename 3rdparty to openlibs and rename CROSSTOOL to CROSS_COMPILER

---
 booster/dictionary.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/booster/dictionary.c b/booster/dictionary.c
index cb7ccd4..0fd5000 100644
--- a/booster/dictionary.c
+++ b/booster/dictionary.c
@@ -3,6 +3,7 @@
    @file    dictionary.c
    @author  N. Devillard
    @brief   Implements a dictionary for string variables.
+   @url     https://github.com/ndevilla/iniparser
 
    This module implements a simple dictionary object, i.e. a list
    of string/string associations. This object is useful to store e.g.
@@ -140,7 +141,7 @@
 /**
   @brief    Create a new dictionary object.
   @param    size    Optional initial size of the dictionary.
-  @return   1 newly allocated dictionary objet.
+  @return   1 newly allocated dictionary object.
 
   This function allocates a new dictionary object of given size and returns
   it. If you do not know in advance (roughly) the number of entries in the

--
Gitblit v1.9.1