diff options
author | rmcilroy@chromium.org <rmcilroy@chromium.org@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2014-05-14 12:19:50 +0000 |
---|---|---|
committer | rmcilroy@chromium.org <rmcilroy@chromium.org@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2014-05-14 12:19:50 +0000 |
commit | 5421a942f05d94bda3d30c2951d8f99a2482250c (patch) | |
tree | cd73061542cf0fd91952788ac97f5c39279f8014 | |
parent | Fix x86_64 Android build after user_fpregs_struct was added to /sys/user.h in... (diff) | |
download | breakpad-5421a942f05d94bda3d30c2951d8f99a2482250c.tar.xz |
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
-rw-r--r-- | src/common/android/include/sys/user.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/android/include/sys/user.h b/src/common/android/include/sys/user.h index 5825a3ef..f7b67062 100644 --- a/src/common/android/include/sys/user.h +++ b/src/common/android/include/sys/user.h @@ -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 |