]> git.ozlabs.org Git - ccan/blobdiff - ccan/coroutine/coroutine.c
Fix typos detected by github.com/client9/misspell
[ccan] / ccan / coroutine / coroutine.c
index f77b7790009037ab49f9ad308f6ddd79a277d5a6..82eb51b656618ea23cb7a6ebd0c077c436eeccad 100644 (file)
@@ -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