X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fcoroutine%2Fcoroutine.c;h=82eb51b656618ea23cb7a6ebd0c077c436eeccad;hb=d1a951b82386391b82e48b32403891f85e253565;hp=f77b7790009037ab49f9ad308f6ddd79a277d5a6;hpb=55d814230f7fb628bb5303cd53498209c7928040;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