summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
author Glenn Kasten <gkasten@google.com> 2011-03-15 13:44:58 -0700
committer Android (Google) Code Review <android-gerrit@google.com> 2011-03-15 13:44:58 -0700
commitad4c66d8bbeaed8e6be3a57e2b45976af30866fc (patch)
tree0768d0e9d2ad8983469a9759df7ca3890ff09cdc /include
parenta2863eba79edfeef9b9ab838ff3afdc435e20d21 (diff)
parentbb959f5b10374fdc6665b2ac1c18a07cea6effb7 (diff)
Merge "Bug 4016329 do full string comparisons" into honeycomb-mr1
Diffstat (limited to 'include')
-rw-r--r--include/utils/String8.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/utils/String8.h b/include/utils/String8.h
index 6b49ff5b4f..4163697d2d 100644
--- a/include/utils/String8.h
+++ b/include/utils/String8.h
@@ -165,8 +165,8 @@ public:
String8 walkPath(String8* outRemains = NULL) const;
/*
- * Return the filename extension. This is the last '.' and up to
- * four characters that follow it. The '.' is included in case we
+ * Return the filename extension. This is the last '.' and any number
+ * of characters that follow it. The '.' is included in case we
* decide to expand our definition of what constitutes an extension.
*
* "/tmp/foo/bar.c" --> ".c"