diff --git a/libs/miosix-kernel b/libs/miosix-kernel
index e2eb4765edab6108b053ab1e60dd058be264d3e7..8f9f992e671bd279f18e3f9e2568ee0156eb8c88 160000
--- a/libs/miosix-kernel
+++ b/libs/miosix-kernel
@@ -1 +1 @@
-Subproject commit e2eb4765edab6108b053ab1e60dd058be264d3e7
+Subproject commit 8f9f992e671bd279f18e3f9e2568ee0156eb8c88
diff --git a/src/shared/diagnostic/CpuMeter.h b/src/shared/diagnostic/CpuMeter.h
index 17056473afe6c5fe2cf1a246b0786e9a6bc6ebb1..483463bb0431a92cf30acec86503b992484a3be1 100644
--- a/src/shared/diagnostic/CpuMeter.h
+++ b/src/shared/diagnostic/CpuMeter.h
@@ -40,7 +40,7 @@ namespace Boardcore
  * idle thread from running and thus it prevents the CPU from going into deep
  * sleep.
  *
- * NOTE: for this to work, no other thread with the lowest priority has to be
+ * NOTE: For this to work, no other thread with the lowest priority has to be
  * created, otherwise its time will not be accounted.
  */