aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/s390
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sysv/linux/s390')
-rw-r--r--sysdeps/unix/sysv/linux/s390/elision-conf.c2
-rw-r--r--sysdeps/unix/sysv/linux/s390/htm.h4
-rw-r--r--sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h2
-rw-r--r--sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h2
-rw-r--r--sysdeps/unix/sysv/linux/s390/sysconf.c2
5 files changed, 6 insertions, 6 deletions
diff --git a/sysdeps/unix/sysv/linux/s390/elision-conf.c b/sysdeps/unix/sysv/linux/s390/elision-conf.c
index 6a6d6814ee..37c50f1705 100644
--- a/sysdeps/unix/sysv/linux/s390/elision-conf.c
+++ b/sysdeps/unix/sysv/linux/s390/elision-conf.c
@@ -53,7 +53,7 @@ static inline void
__always_inline
do_set_elision_enable (int32_t elision_enable)
{
- /* Enable elision if it's avaliable in hardware. It's not necessary to check
+ /* Enable elision if it's available in hardware. It's not necessary to check
if __libc_enable_secure isn't enabled since elision_enable will be set
according to the default, which is disabled. */
if (elision_enable == 1)
diff --git a/sysdeps/unix/sysv/linux/s390/htm.h b/sysdeps/unix/sysv/linux/s390/htm.h
index b8b62bae12..440fe083bc 100644
--- a/sysdeps/unix/sysv/linux/s390/htm.h
+++ b/sysdeps/unix/sysv/linux/s390/htm.h
@@ -121,7 +121,7 @@
pointer access) are filtered and the \
transaction will abort. In this case \
the normal lock path will execute it \
- again and result in a core dump wich does \
+ again and result in a core dump which does \
now show at tbegin but the real executed \
instruction. \
However it is not guaranteed that this \
@@ -131,7 +131,7 @@
memory for being accessible! */ \
"2: tbegin 0, 0xFF0E\n\t" \
/* Branch away in abort case (this is the \
- prefered sequence. See PoP in chapter 5 \
+ preferred sequence. See PoP in chapter 5 \
Transactional-Execution Facility \
Operation). */ \
" jnz 0f\n\t" \
diff --git a/sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h b/sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
index 08f9e9cd9f..26d1a7c6d8 100644
--- a/sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
+++ b/sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
@@ -42,7 +42,7 @@
a large offset. Therefore we must not anymore test for < 0, but test
for a real error by making sure the value in gpr2 is a real error
number. Linus said he will make sure that no syscall returns a value
- in -1 .. -4095 as a valid result so we can savely test with -4095. */
+ in -1 .. -4095 as a valid result so we can safely test with -4095. */
#undef PSEUDO
#define PSEUDO(name, syscall_name, args) \
diff --git a/sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h b/sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
index d5986d36f2..7230e97448 100644
--- a/sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
+++ b/sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
@@ -46,7 +46,7 @@
a large offset. Therefore we must not anymore test for < 0, but test
for a real error by making sure the value in gpr2 is a real error
number. Linus said he will make sure that no syscall returns a value
- in -1 .. -4095 as a valid result so we can savely test with -4095. */
+ in -1 .. -4095 as a valid result so we can safely test with -4095. */
#undef PSEUDO
#define PSEUDO(name, syscall_name, args) \
diff --git a/sysdeps/unix/sysv/linux/s390/sysconf.c b/sysdeps/unix/sysv/linux/s390/sysconf.c
index 45bd8bf4a1..f474a966f9 100644
--- a/sysdeps/unix/sysv/linux/s390/sysconf.c
+++ b/sysdeps/unix/sysv/linux/s390/sysconf.c
@@ -24,7 +24,7 @@ static long int linux_sysconf (int name);
/* Possible arguments for get_cache_info.
The values are reflecting the level/attribute/type indications
- of ecag-instruction (extract cpu attribue). */
+ of ecag-instruction (extract cpu attribute). */
#define CACHE_LEVEL_MAX 8
#define CACHE_ATTR_LINESIZE 1
#define CACHE_ATTR_SIZE 2