summaryrefslogtreecommitdiff
path: root/nuttx/arch/z80/include/z180/arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/z80/include/z180/arch.h')
-rw-r--r--nuttx/arch/z80/include/z180/arch.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/nuttx/arch/z80/include/z180/arch.h b/nuttx/arch/z80/include/z180/arch.h
index d7cf82a26..72306b930 100644
--- a/nuttx/arch/z80/include/z180/arch.h
+++ b/nuttx/arch/z80/include/z180/arch.h
@@ -1,6 +1,5 @@
/****************************************************************************
* arch/z80/arch.h
- * arch/chip/arch.h
*
* Copyright (C) 2012 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
@@ -73,7 +72,7 @@ typedef uint8_t hw_addrenv_t;
*/
struct z180_cbr_s;
-typedef FAR struct z180_cbr_s *task_addrenv_t;
+typedef FAR struct z180_cbr_s *group_addrenv_t;
#endif
/****************************************************************************