]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
cosmetics
authorAndreas Steffen <andreas.steffen@strongswan.org>
Wed, 14 Mar 2007 08:01:47 +0000 (08:01 -0000)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Wed, 14 Mar 2007 08:01:47 +0000 (08:01 -0000)
src/libstrongswan/utils/fetcher.c

index 8d960a8a218d8d90cab581033fe8f66db220253f..2cdf6381e1f662f9ceb49b73801e1559dc234a87 100644 (file)
@@ -22,7 +22,7 @@
 
 #ifdef LIBCURL
 #include <curl/curl.h>
-#endif
+#endif /* LIBCURL */
 
 #include <library.h>
 #include <debug.h>
@@ -32,7 +32,7 @@
 typedef struct private_fetcher_t private_fetcher_t;
 
 /**
- * @brief Private Data of a h object.
+ * @brief Private Data of a fetcher_t object.
  */
 struct private_fetcher_t {
        /**