diff options
| author | 2011-03-15 13:44:58 -0700 | |
|---|---|---|
| committer | 2011-03-15 13:44:58 -0700 | |
| commit | ad4c66d8bbeaed8e6be3a57e2b45976af30866fc (patch) | |
| tree | 0768d0e9d2ad8983469a9759df7ca3890ff09cdc /include | |
| parent | a2863eba79edfeef9b9ab838ff3afdc435e20d21 (diff) | |
| parent | bb959f5b10374fdc6665b2ac1c18a07cea6effb7 (diff) | |
Merge "Bug 4016329 do full string comparisons" into honeycomb-mr1
Diffstat (limited to 'include')
| -rw-r--r-- | include/utils/String8.h | 4 |
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" |