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 953769ff5f13f913fbf03e6f1b8aac2f414094f6)
@@ -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)
 
