aboutsummaryrefslogtreecommitdiffhomepage
path: root/absl/strings/ascii.h
diff options
context:
space:
mode:
authorGravatar Bruce Mitchener <bruce.mitchener@gmail.com>2018-04-20 01:11:44 +0700
committerGravatar Bruce Mitchener <bruce.mitchener@gmail.com>2018-04-20 01:11:44 +0700
commit08760addbe9732d8ee889328229781313baf6e96 (patch)
tree2bc864ece816fdebc00b124741a01472b764b55f /absl/strings/ascii.h
parent5b535401665cc6aa96d54a5c9b0901153d97210f (diff)
Fix some typos.
Diffstat (limited to 'absl/strings/ascii.h')
-rw-r--r--absl/strings/ascii.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/absl/strings/ascii.h b/absl/strings/ascii.h
index fc2bb33..96a6454 100644
--- a/absl/strings/ascii.h
+++ b/absl/strings/ascii.h
@@ -34,7 +34,7 @@
// `ascii_iscntrl()`, `ascii_isdigit()`, `ascii_isgraph()`, `ascii_islower()`,
// `ascii_isprint()`, `ascii_ispunct()`, `ascii_isspace()`, `ascii_isupper()`,
// `ascii_isxdigit()`
-// Analagous to the <ctype.h> functions with similar names, these
+// Analogous to the <ctype.h> functions with similar names, these
// functions take an unsigned char and return a bool, based on whether the
// character matches the condition specified.
//
@@ -42,7 +42,7 @@
// functions return `false`.
//
// `ascii_tolower()`, `ascii_toupper()`
-// Analagous to the <ctype.h> functions with similar names, these functions
+// Analogous to the <ctype.h> functions with similar names, these functions
// take an unsigned char and return a char.
//
// If the input character is not an ASCII {lower,upper}-case letter (including