mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2024-11-28 04:24:22 +01:00
Fix minor typo in a comment in r1331.
R=qsr@google.com Review URL: https://breakpad.appspot.com/3674002 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1332 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
222ef005ed
commit
5421a942f0
@ -194,7 +194,7 @@ struct user_fpregs_struct {
|
||||
#elif defined(__x86_64__)
|
||||
|
||||
// Bionic's user_fpregs_struct calls the tag word twd instead of ftw. To avoid
|
||||
// changing lots of Bionic, uUse an ugly macro renaming trick with
|
||||
// changing lots of Bionic, use an ugly macro renaming trick with
|
||||
// #include_next.
|
||||
// TODO(rmcilroy): Remove when NDK headers are fixed.
|
||||
#define user_fpregs_struct __bionic_user_fpregs_struct
|
||||
|
Loading…
Reference in New Issue
Block a user