summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--lib/system/atomics.nim2
-rw-r--r--lib/system/widestrs.nim4
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/system/atomics.nim b/lib/system/atomics.nim
index 43b3f0438..82ec5dbde 100644
--- a/lib/system/atomics.nim
+++ b/lib/system/atomics.nim
@@ -7,7 +7,7 @@
 #    distribution, for details about the copyright.
 #
 
-## Atomic operations for Nimrod.
+# Atomic operations for Nimrod.
 {.push stackTrace:off.}
 
 const someGcc = defined(gcc) or defined(llvm_gcc) or defined(clang)
diff --git a/lib/system/widestrs.nim b/lib/system/widestrs.nim
index e2a5d87e9..e9673888c 100644
--- a/lib/system/widestrs.nim
+++ b/lib/system/widestrs.nim
@@ -7,8 +7,8 @@
 #    distribution, for details about the copyright.
 #
 
-## Nimrod support for C/C++'s `wide strings`:idx:. This is part of the system
-## module! Do not import it directly!
+# Nimrod support for C/C++'s `wide strings`:idx:. This is part of the system
+# module! Do not import it directly!
 
 when not defined(NimString):
   {.error: "You must not import this module explicitly".}