Index: uspace/lib/libc/arch/arm32/include/tls.h
===================================================================
--- uspace/lib/libc/arch/arm32/include/tls.h	(revision 2ac85bab627940cfdf4d6b2ef0f69d68e93f0c42)
+++ uspace/lib/libc/arch/arm32/include/tls.h	(revision 87d3ecf9a85a8ae0fc4acfbcaf8178c2f6f0b765)
@@ -41,5 +41,5 @@
 #define CONFIG_TLS_VARIANT_1
 
-/** Offsets for accessing __thread variables are shifted 8 bytes higher. */
+/** Offsets for accessing thread-local variables are shifted 8 bytes higher. */
 #define ARM_TP_OFFSET  (-8)
 
