diff options
author | Jonathan Cohen <cohenjon@google.com> | 2018-04-20 17:02:04 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-20 17:02:04 -0400 |
commit | 94ce52d46c171683b1ee22d14277a6d3bdfd7c4c (patch) | |
tree | fd22052ad9405ebe67a92a9bd66a4201c07e3dcc /absl/base/config.h | |
parent | faf0a1b90374eab44e8956973b0e13febdcf3377 (diff) | |
parent | 08760addbe9732d8ee889328229781313baf6e96 (diff) |
Merge pull request #101 from waywardmonkeys/fix-typos
Fix some typos.
Diffstat (limited to 'absl/base/config.h')
-rw-r--r-- | absl/base/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/base/config.h b/absl/base/config.h index 3eb24abf..de33120f 100644 --- a/absl/base/config.h +++ b/absl/base/config.h @@ -299,7 +299,7 @@ // family of functions as standardized in POSIX.1-2001. // // Note: While Apple provides <semaphore.h> for both iOS and macOS, it is -// explicity deprecated and will cause build failures if enabled for those +// explicitly deprecated and will cause build failures if enabled for those // platforms. We side-step the issue by not defining it here for Apple // platforms. #ifdef ABSL_HAVE_SEMAPHORE_H |