From a9d4cb8397cf2a981ccecdc01d1ec380b41e858e Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Wed, 7 Dec 2011 12:42:00 +0000 Subject: fixed docu --- src/include/gnunet_getopt_lib.h | 2 +- src/util/getopt_helpers.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 -- cgit v1.2.3