diff --git a/docs.it4i/anselm/software/intel-xeon-phi.md b/docs.it4i/anselm/software/intel-xeon-phi.md
index 6937a4453e27aa9cc8b10b5594d7d2c48a72b03a..31177009ef077be52ab41e93f3279fd79d651363 100644
--- a/docs.it4i/anselm/software/intel-xeon-phi.md
+++ b/docs.it4i/anselm/software/intel-xeon-phi.md
@@ -270,7 +270,7 @@ At first get an interactive PBS session on a node with MIC accelerator and load
     $ module load intel
 ```
 
-Following example show how to automatically offload an SGEMM (single precision - g dir="auto">eneral matrix multiply) function to MIC coprocessor. The code can be copied to a file and compiled without any necessary modification.
+Following example show how to automatically offload an SGEMM (single precision - general matrix multiply) function to MIC coprocessor. The code can be copied to a file and compiled without any necessary modification.
 
 ```bash
     $ vim sgemm-ao-short.c
diff --git a/docs.it4i/salomon/software/intel-xeon-phi.md b/docs.it4i/salomon/software/intel-xeon-phi.md
index 26c87cb2aab21e606d205161f2a3b62bf4058d2c..49746016bc8f96222d8c3bc125e7bf5cfea06a71 100644
--- a/docs.it4i/salomon/software/intel-xeon-phi.md
+++ b/docs.it4i/salomon/software/intel-xeon-phi.md
@@ -269,7 +269,7 @@ At first get an interactive PBS session on a node with MIC accelerator and load
     $ module load intel
 ```
 
-Following example show how to automatically offload an SGEMM (single precision - g dir="auto">eneral matrix multiply) function to MIC coprocessor. The code can be copied to a file and compiled without any necessary modification.
+Following example show how to automatically offload an SGEMM (single precision - general matrix multiply) function to MIC coprocessor. The code can be copied to a file and compiled without any necessary modification.
 
 ```bash
     $ vim sgemm-ao-short.c