Index: uspace/libc/arch/sparc64/include/psthread.h
===================================================================
--- uspace/libc/arch/sparc64/include/psthread.h	(revision f8ddd176406660da88b0e9d63695413731cd58ff)
+++ uspace/libc/arch/sparc64/include/psthread.h	(revision 84757b5af9dc0d4e1dda4ce09d9bdd14fbc25f11)
@@ -46,12 +46,13 @@
 #endif
 
-#define context_set(c, _pc, stack, size, ptls)								\
-	(c)->pc = ((uintptr_t) _pc) - 8;								\
-	(c)->sp = ((uintptr_t) stack) + ALIGN_UP((size), STACK_ALIGNMENT) - (STACK_BIAS + SP_DELTA);	\
-	(c)->fp = -STACK_BIAS;										\
+#define context_set(c, _pc, stack, size, ptls)			\
+	(c)->pc = ((uintptr_t) _pc) - 8;			\
+	(c)->sp = ((uintptr_t) stack) + ALIGN_UP((size),	\
+		STACK_ALIGNMENT) - (STACK_BIAS + SP_DELTA);	\
+	(c)->fp = -STACK_BIAS;					\
 	(c)->tp = ptls
 	
 /*
- * Only save registers that must be preserved across
+ * Save only registers that must be preserved across
  * function calls.
  */
