summary refs log tree commit diff
path: root/copy.c
diff options
context:
space:
mode:
Diffstat (limited to 'copy.c')
-rw-r--r--copy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/copy.c b/copy.c
index 419b079..0ed62b0 100644
--- a/copy.c
+++ b/copy.c
@@ -68,7 +68,7 @@ static void
 subst(Ref *r, Ref *cp, Fn *fn)
 {
 	if (rtype(*r) == RTmp && req(copyof(*r, cp), R))
-		err("temporary %%%s is used undefined",
+		err("temporary %%%s is ill-defined",
 			fn->tmp[r->val].name);
 	*r = copyof(*r, cp);
 }