From 22771d5f52d0ce96612d76ab841adcbe15697dfc Mon Sep 17 00:00:00 2001 From: Anoop Saldanha Date: Mon, 12 Oct 2009 22:26:54 +0530 Subject: [PATCH] Updated doxygen comment for host os function --- src/util-host-os-info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util-host-os-info.c b/src/util-host-os-info.c index 1a19bd5b7c..bc750076dd 100644 --- a/src/util-host-os-info.c +++ b/src/util-host-os-info.c @@ -274,7 +274,7 @@ int SCHInfoAddHostOSInfo(char *host_os, char *host_os_ip_range, int is_ipv4) * * \param Pointer to a string containing an IP address * - * \retval The host os flavour + * \retval The OS flavour on success; -1 on failure, or on not finding the key */ int SCHInfoGetHostOSFlavour(char *ip_addr_str) {