fix typo
authorJacob Lifshay <programmerjake@gmail.com>
Fri, 26 Aug 2022 04:07:26 +0000 (21:07 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Fri, 26 Aug 2022 04:07:26 +0000 (21:07 -0700)
src/openpower/sv/trans/svp64.py

index 730b00a271754bfff1832eb79128fb9239e65ba1..eca75860d9838441e914fd36daf1ad9cd0e5feba 100644 (file)
@@ -660,7 +660,7 @@ class SVP64Asm:
         else:
             v30b_op = v30b_op_orig
 
-        # look up the 32-bit op (original, with "," if it has it)
+        # look up the 32-bit op (original, with "." if it has it)
         if v30b_op_orig not in isa.instr:
             raise Exception("opcode %s of '%s' not supported" %
                             (v30b_op_orig, insn))