Add comment for parameter, correct spelling in comment.
This commit is contained in:
parent
7d3fa8de37
commit
fec1e66a5c
@ -163,6 +163,7 @@ dcb_get_zombies(void)
|
||||
* This routine performs the generic initialisation on the DCB before returning
|
||||
* the newly allocated DCB.
|
||||
*
|
||||
* @param dcb_role_t The role for the new DCB
|
||||
* @return A newly allocated DCB or NULL if non could be allocated.
|
||||
*/
|
||||
DCB *
|
||||
|
@ -118,7 +118,7 @@ typedef struct server {
|
||||
*/
|
||||
#define SERVER_IS_RUNNING(server) (((server)->status & (SERVER_RUNNING|SERVER_MAINT)) == SERVER_RUNNING)
|
||||
/**
|
||||
* Is the server marked as down - the macro returns true if the server is beleived
|
||||
* Is the server marked as down - the macro returns true if the server is believed
|
||||
* to be inoperable.
|
||||
*/
|
||||
#define SERVER_IS_DOWN(server) (((server)->status & SERVER_RUNNING) == 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user