Skip to content

Commit 1d0ebef

Browse files
committed
GDT: user descriptor define description correction
1 parent d05fc0f commit 1d0ebef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c/src/lib/libbsp/i386/pc386/configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ if test "${USE_VBE_RM}" = "1" ; then
9797
fi
9898
RTEMS_BSPOPTS_SET([NUM_APP_DRV_GDT_DESCRIPTORS],[*],[0])
9999
RTEMS_BSPOPTS_HELP([NUM_APP_DRV_GDT_DESCRIPTORS],
100-
[Defines how many descriptors in GDT will be allocated for application or
100+
[Defines how many descriptors in GDT may be allocated for application or
101101
driver usage.])
102102

103103
if test X${CLOCK_DRIVER_USE_TSC} = X1 -a X${CLOCK_DRIVER_USE_8254} = X1 ; then

0 commit comments

Comments
 (0)