From: Matthias Wachs Date: Wed, 7 Dec 2011 12:42:00 +0000 (+0000) Subject: fixed docu X-Git-Tag: initial-import-from-subversion-38251~15706 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a9d4cb8397cf2a981ccecdc01d1ec380b41e858e;p=oweals%2Fgnunet.git fixed docu --- diff --git a/src/include/gnunet_getopt_lib.h b/src/include/gnunet_getopt_lib.h index 2f4f4c32b..4b1873c6e 100644 --- a/src/include/gnunet_getopt_lib.h +++ b/src/include/gnunet_getopt_lib.h @@ -232,7 +232,7 @@ GNUNET_GETOPT_set_ulong (struct GNUNET_GETOPT_CommandLineProcessorContext *ctx, /** - * Set an option of type 'unsigned long long' from the command line. + * Set an option of type 'unsigned int' from the command line. * A pointer to this function should be passed as part of the * 'struct GNUNET_GETOPT_CommandLineOption' array to initialize options * of this type. It should be followed by a pointer to a value of diff --git a/src/util/getopt_helpers.c b/src/util/getopt_helpers.c index 8b49c5907..c74b90877 100644 --- a/src/util/getopt_helpers.c +++ b/src/util/getopt_helpers.c @@ -260,7 +260,7 @@ GNUNET_GETOPT_set_ulong (struct GNUNET_GETOPT_CommandLineProcessorContext *ctx, /** - * Set an option of type 'unsigned long long' from the command line. + * Set an option of type 'unsigned int' from the command line. * A pointer to this function should be passed as part of the * 'struct GNUNET_GETOPT_CommandLineOption' array to initialize options * of this type. It should be followed by a pointer to a value of