Index: /ModelTranslator/src/de/uni_hildesheim/sse/trans/out/DimacsWriter.java
===================================================================
--- /ModelTranslator/src/de/uni_hildesheim/sse/trans/out/DimacsWriter.java	(revision 389)
+++ /ModelTranslator/src/de/uni_hildesheim/sse/trans/out/DimacsWriter.java	(revision 390)
@@ -38,6 +38,6 @@
         + "c  0       0     VAR is disabled (selection is 'n')\r\n"
         + "c  1       0     VAR is permanetely selected (selection is 'y')\r\n"
-        + "c  0       1     Illegal state\r\n"
-        + "c  1       1     VAR is selected as module (selection is 'm')\r\n"
+        + "c  0       1     VAR is selected as module (selection is 'm')\r\n"
+        + "c  1       1     Illegal state\r\n"
         + "c As a consequence, if KConfig specifies that a tristate variable shall be selected\r\n"
         + "c (permanetely or as a module), only the VAR variable has to be checked.\r\n\r\n"
Index: /ModelTranslator/test/de/uni_hildesheim/sse/trans/out/DimacsWriterTest.java
===================================================================
--- /ModelTranslator/test/de/uni_hildesheim/sse/trans/out/DimacsWriterTest.java	(revision 389)
+++ /ModelTranslator/test/de/uni_hildesheim/sse/trans/out/DimacsWriterTest.java	(revision 390)
@@ -17,5 +17,5 @@
 
 /**
- * Tests the {@link DimacsWriterTest} class.
+ * Tests the {@link DimacsWriter} class.
  * 
  * @author Adam Krafczyk
