summaryrefslogtreecommitdiffstats
path: root/doc/supplements/hppa1_1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/supplements/hppa1_1')
-rw-r--r--doc/supplements/hppa1_1/cputable.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/supplements/hppa1_1/cputable.t b/doc/supplements/hppa1_1/cputable.t
index 3758fb61a6..af741307dd 100644
--- a/doc/supplements/hppa1_1/cputable.t
+++ b/doc/supplements/hppa1_1/cputable.t
@@ -41,7 +41,8 @@ typedef struct @{
hppa_rtems_isr_entry spurious_handler;
- unsigned32 itimer_clicks_per_microsecond; /* for use by Clock driver */
+ /* itimer_clicks_per_microsecond is for the Clock driver */
+ unsigned32 itimer_clicks_per_microsecond;
@} rtems_cpu_table;
@end example