X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fcoroutine%2Fcoroutine.c;h=82eb51b656618ea23cb7a6ebd0c077c436eeccad;hb=fd8e571f5dfa09db184ed6e5557ac735278aefbd;hp=f77b7790009037ab49f9ad308f6ddd79a277d5a6;hpb=b4f0767d388c7f3629666400f48ede1a7b4be7f5;p=ccan diff --git a/ccan/coroutine/coroutine.c b/ccan/coroutine/coroutine.c index f77b7790..82eb51b6 100644 --- a/ccan/coroutine/coroutine.c +++ b/ccan/coroutine/coroutine.c @@ -17,7 +17,7 @@ * Stack management */ -/* Returns lowest stack addres, regardless of growth direction */ +/* Returns lowest stack address, regardless of growth direction */ static UNNEEDED void *coroutine_stack_base(struct coroutine_stack *stack) { #if HAVE_STACK_GROWS_UPWARDS