aboutsummaryrefslogtreecommitdiff
path: root/src/common/linux/language.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/linux/language.h')
-rw-r--r--src/common/linux/language.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/common/linux/language.h b/src/common/linux/language.h
index 26792c6d..03bdf7f0 100644
--- a/src/common/linux/language.h
+++ b/src/common/linux/language.h
@@ -29,8 +29,11 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-// language.h: defines google_breakpad::Language, providing
-// language-specific operations for use by the dumper.
+// Original author: Jim Blandy <jimb@mozilla.com> <jimb@red-bean.com>
+
+// language.h: Define google_breakpad::Language. Instances of
+// subclasses of this class provide language-appropriate operations
+// for the Breakpad symbol dumper.
#ifndef COMMON_LINUX_LANGUAGE_H__
#define COMMON_LINUX_LANGUAGE_H__