diff --git a/runtime/GCCLibraries/crtend/Exception.h b/runtime/GCCLibraries/crtend/Exception.h index a3489991749..876fa2d0c0c 100644 --- a/runtime/GCCLibraries/crtend/Exception.h +++ b/runtime/GCCLibraries/crtend/Exception.h @@ -1,4 +1,4 @@ -//===- exception.h - Generic language-independent exceptions ----*- C++ -*-===// +//===- Exception.h - Generic language-independent exceptions ----*- C++ -*-===// // // This file defines the the shared data structures used by all language // specific exception handling runtime libraries. diff --git a/runtime/GCCLibraries/libexception/Exception.h b/runtime/GCCLibraries/libexception/Exception.h index a3489991749..876fa2d0c0c 100644 --- a/runtime/GCCLibraries/libexception/Exception.h +++ b/runtime/GCCLibraries/libexception/Exception.h @@ -1,4 +1,4 @@ -//===- exception.h - Generic language-independent exceptions ----*- C++ -*-===// +//===- Exception.h - Generic language-independent exceptions ----*- C++ -*-===// // // This file defines the the shared data structures used by all language // specific exception handling runtime libraries.