aboutsummaryrefslogtreecommitdiff
path: root/runtime/GCCLibraries/crtend/C++-Exception.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/GCCLibraries/crtend/C++-Exception.cpp')
-rw-r--r--runtime/GCCLibraries/crtend/C++-Exception.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/GCCLibraries/crtend/C++-Exception.cpp b/runtime/GCCLibraries/crtend/C++-Exception.cpp
index e22d61c823..cccb4a8e03 100644
--- a/runtime/GCCLibraries/crtend/C++-Exception.cpp
+++ b/runtime/GCCLibraries/crtend/C++-Exception.cpp
@@ -1,4 +1,4 @@
-//===- c++-exception.cpp - Exception handling support for C++ exceptions --===//
+//===- C++-Exception.cpp - Exception handling support for C++ exceptions --===//
//
// This file defines the methods used to implement C++ exception handling in
// terms of the invoke and %llvm.unwind intrinsic. These primitives implement
@@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
-#include "c++-exception.h"
+#include "C++-Exception.h"
#include <cstdlib>
#include <cstdarg>