From 3bcd6ecbadc050920b93561a4162b3fe0f3b1039 Mon Sep 17 00:00:00 2001
From: Max Kellermann <max@musicpd.org>
Date: Wed, 13 Sep 2017 10:49:34 +0200
Subject: [PATCH] util/Exception: update API documentation

---
 src/util/Exception.hxx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/util/Exception.hxx b/src/util/Exception.hxx
index e5797e7dd..2a2729194 100644
--- a/src/util/Exception.hxx
+++ b/src/util/Exception.hxx
@@ -107,8 +107,8 @@ GetFullMessage(const std::exception &e,
 	       const char *separator="; ") noexcept;
 
 /**
- * Extract the full message of a C++ exception, considering its nested
- * exceptions (if any).
+ * Obtain the full concatenated message of an exception and its nested
+ * chain.
  */
 std::string
 GetFullMessage(std::exception_ptr ep,