]> git.tuebingen.mpg.de Git - lopsub.git/blobdiff - lopsub.h.m4
build: Support DESTDIR.
[lopsub.git] / lopsub.h.m4
index 20d3a6947a1ad9d3fa09aa927b6c137bfd4b3e21..36faa08d3b888a2f5837aa153c4333bdf9e148b4 100644 (file)
@@ -275,9 +275,8 @@ DECLARE_FUNCTION(
 «
        Some applications need to store further information for each subcommand,
        for example a function pointer which refers to the implementation of
-       the subcommand. The optional user data feature allows to define one
-       application defined pointer that can be retrieved by calling this
-       function.
+       the subcommand. The optional user data feature allows the application
+       to define a pointer that can be retrieved by calling this function.
 
        Of course storing one function pointer per command could simply be
        done by defining a suitable array in the application which contains