aboutsummaryrefslogtreecommitdiff
path: root/src/gflags.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/gflags.cc')
-rw-r--r--src/gflags.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gflags.cc b/src/gflags.cc
index a05d801..1619e9c 100644
--- a/src/gflags.cc
+++ b/src/gflags.cc
@@ -409,7 +409,7 @@ const char* FlagValue::TypeName() const {
static const char types[] =
"bool\0xx"
"int32\0x"
- "uin32\0x"
+ "uint32\0"
"int64\0x"
"uint64\0"
"double\0"