diff options
author | Glenn Kasten <gkasten@google.com> | 2011-03-15 13:51:17 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2011-03-15 13:51:17 -0700 |
commit | e5eb43b5d9dfd02890dc7f729a4892b518c30570 (patch) | |
tree | 599c6804f1d32844c6241354f8f36e450151d2f7 /include/utils | |
parent | 7896f1bd551a466168144f58b6b5a9932cafa749 (diff) | |
parent | 7d7dcb5ea891ad4c3252ed832ebd06accc96153d (diff) | |
download | frameworks_base-e5eb43b5d9dfd02890dc7f729a4892b518c30570.zip frameworks_base-e5eb43b5d9dfd02890dc7f729a4892b518c30570.tar.gz frameworks_base-e5eb43b5d9dfd02890dc7f729a4892b518c30570.tar.bz2 |
am 7d7dcb5e: am 4528a7db: Merge "Bug 4016329 do full string comparisons" into honeycomb-mr1
* commit '7d7dcb5ea891ad4c3252ed832ebd06accc96153d':
Bug 4016329 do full string comparisons
Diffstat (limited to 'include/utils')
-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 6b49ff5..4163697 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" |