From bc3e07536a5aedf55525c385b3ca8f5d1802bd5e Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Fri, 21 Aug 2015 16:13:55 -0400 Subject: fix comments in pmov --- lisc/tools/pmov.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisc/tools/pmov.c') diff --git a/lisc/tools/pmov.c b/lisc/tools/pmov.c index 13714c3..71856e0 100644 --- a/lisc/tools/pmov.c +++ b/lisc/tools/pmov.c @@ -50,10 +50,10 @@ main() for (t=0; t> (2*t)) & 3) { case 0: - /* not in copy, not in use */ + /* not in copy, not in reg */ break; case 1: - /* not in copy, in use */ + /* not in copy, in reg */ radd(&mbeg, Tmp0+t, t+1); break; case 2: -- cgit 1.4.1