oops
[fw/sdcc] / src / SDCCicode.c
index 5396f85691a17599e47ebfcb18baaf3ec724eeaf..ccc9ec6632b69d6d210034047db8d3d043a9beed 100644 (file)
@@ -918,9 +918,9 @@ isOperandInDirSpace (operand * op)
   return (IN_DIRSPACE (SPEC_OCLS (etype)) ? TRUE : FALSE);
 }
 
-/*------------------------------------------------------------------*/
-/* isOperandInDirSpace - will return true if operand is in dirSpace */
-/*------------------------------------------------------------------*/
+/*--------------------------------------------------------------------*/
+/* isOperandInCodeSpace - will return true if operand is in codeSpace */
+/*--------------------------------------------------------------------*/
 bool 
 isOperandInCodeSpace (operand * op)
 {