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:
rmcilroy@chromium.org 2014-05-14 12:19:50 +00:00
parent 222ef005ed
commit 5421a942f0

View File

@ -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