aboutsummaryrefslogtreecommitdiff
path: root/include/standard-headers/linux/const.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/standard-headers/linux/const.h')
-rw-r--r--include/standard-headers/linux/const.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/standard-headers/linux/const.h b/include/standard-headers/linux/const.h
index 2122610..95ede23 100644
--- a/include/standard-headers/linux/const.h
+++ b/include/standard-headers/linux/const.h
@@ -33,7 +33,7 @@
* Missing __asm__ support
*
* __BIT128() would not work in the __asm__ code, as it shifts an
- * 'unsigned __init128' data type as direct representation of
+ * 'unsigned __int128' data type as direct representation of
* 128 bit constants is not supported in the gcc compiler, as
* they get silently truncated.
*