git: x86_64/segments.h: Fix typo of an unused struct member

Aaron LI aly at crater.dragonflybsd.org
Sat Jun 19 03:42:02 PDT 2021


commit 0661e0301ea4fde72eb6e11f51786c7f4fa0e4af
Author: Aaron LI <aly at aaronly.me>
Date:   Tue May 18 14:25:12 2021 +0800

    x86_64/segments.h: Fix typo of an unused struct member
    
    Change memeber name 'sd_xx1' to 'gd_xx1' in 'struct gate_descriptor', so
    it aligns with other struct members.

Summary of changes:
 sys/cpu/x86_64/include/segments.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0661e0301ea4fde72eb6e11f51786c7f4fa0e4af


-- 
DragonFly BSD source repository



More information about the Commits mailing list