From b24be3a8f95aab33b340a4a23f0c3870aa7f6e49 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 31 May 2015 04:01:40 +0000 Subject: Fix minor comment issues. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@5691 a436a847-0d15-0410-975c-d299462d15a1 --- raul/URI.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'raul/URI.hpp') diff --git a/raul/URI.hpp b/raul/URI.hpp index d53856d..af33ddc 100644 --- a/raul/URI.hpp +++ b/raul/URI.hpp @@ -84,7 +84,7 @@ public: /** Return true iff `str` is a valid URI. * - * Currently this only checks that `starts` with a valid URI scheme. + * Currently this only checks that `str` starts with a valid URI scheme. */ static inline bool is_valid(const std::basic_string& str) { if (!is_valid_start_char(str[0])) { -- cgit v1.2.1