From 15ac9e363fe1174de1c637a4b3cfea86e35d1a59 Mon Sep 17 00:00:00 2001
From: xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>
Date: Wed, 26 Aug 2009 12:50:25 +0000
Subject: [PATCH] Typo in doc

git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1138 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
---
 powerpc/Asm.v | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/powerpc/Asm.v b/powerpc/Asm.v
index 91de0b1eb..9c03558b1 100644
--- a/powerpc/Asm.v
+++ b/powerpc/Asm.v
@@ -74,7 +74,7 @@ Inductive constant: Type :=
   we do not attempt to capture these restrictions in the 
   abstract syntax nor in the semantics.  The assembler will
   emit an error if immediate operands exceed the representable
-  range.  Of course, our PPC generator (file [PPCgen]) is
+  range.  Of course, our PPC generator (file [Asmgen]) is
   careful to respect this range. *)
 
 (** Bits in the condition register.  We are only interested in the
-- 
GitLab