NT_PRXFPREG -> NT_PRXFPREG
diff --git a/backends/ChangeLog b/backends/ChangeLog
index d5afa1b..21b8c73 100644
--- a/backends/ChangeLog
+++ b/backends/ChangeLog
@@ -1,3 +1,7 @@
+2009-04-16  Roland McGrath  <roland@redhat.com>
+
+	* i386_corenote.c (EXTRA_NOTES): NT_PRXFPREG -> NT_PRXFPREG
+
 2009-04-14  Roland McGrath  <roland@redhat.com>
 
 	* arm_retval.c: New file.
diff --git a/backends/i386_corenote.c b/backends/i386_corenote.c
index c371c4c..8989025 100644
--- a/backends/i386_corenote.c
+++ b/backends/i386_corenote.c
@@ -1,5 +1,5 @@
 /* i386 specific core note handling.
-   Copyright (C) 2007, 2008 Red Hat, Inc.
+   Copyright (C) 2007-2009 Red Hat, Inc.
    This file is part of Red Hat elfutils.
 
    Red Hat elfutils is free software; you can redistribute it and/or modify
@@ -101,7 +101,7 @@
   };
 
 #define	EXTRA_NOTES \
-  EXTRA_REGSET (NT_PRFPXREG, 512, prxfpreg_regs) \
+  EXTRA_REGSET (NT_PRXFPREG, 512, prxfpreg_regs) \
   case NT_386_TLS: \
     return tls_info (descsz, regs_offset, nregloc, reglocs, nitems, items); \
   EXTRA_NOTES_IOPERM