diff options
| author | 2011-03-15 13:46:27 -0700 | |
|---|---|---|
| committer | 2011-03-15 13:46:27 -0700 | |
| commit | a7813f03a19df2eef3550dbbb120dcf37156e29e (patch) | |
| tree | 0768d0e9d2ad8983469a9759df7ca3890ff09cdc | |
| parent | 5938ddb5946fb474e035cc6dfb3be1cf4efb305d (diff) | |
| parent | ad4c66d8bbeaed8e6be3a57e2b45976af30866fc (diff) | |
am 4528a7db: Merge "Bug 4016329 do full string comparisons" into honeycomb-mr1
* commit '4528a7db389b4da73207d00ca15b306a111650cc':
Bug 4016329 do full string comparisons
| -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" |