summaryrefslogtreecommitdiff
path: root/src/card_stack.c
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2011-01-25 16:16:47 +0100
committerReiner Herrmann <reiner@reiner-h.de>2011-01-25 16:16:47 +0100
commit7f2faaf1a4b8abbcbce2c137d7d6cfa37ca1e581 (patch)
tree722b51333c2dd2959a7679b5e56b936198d2386b /src/card_stack.c
parenta659f7d045f9107dbb41d7bbf0694cc7a5c7a589 (diff)
use renamed function card_stack_clear
Diffstat (limited to 'src/card_stack.c')
-rw-r--r--src/card_stack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/card_stack.c b/src/card_stack.c
index f3bd217..b5cfa8a 100644
--- a/src/card_stack.c
+++ b/src/card_stack.c
@@ -58,7 +58,7 @@ void card_stack_push(card_stack_t *cs, const card c)
}
/**
- * Replaces a card stack with a single card. All cards within the card stack will be removed adn the first card will be set to a given card.
+ * Replaces a card stack with a single card. All cards within the card stack will be removed and the first card will be set to a given card.
* @param[in] cs The card stack to replace
* @param[in] new_card The new first card
*/