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 c51a7cda3c60e9a8e308d132a04da135bf560a65)
@@ -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)
 
