Skip to content

Commit 404a0f6

Browse files
committed
fixup! clarify comment
1 parent f5a4ee4 commit 404a0f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Support/PrettyStackTrace.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ static void PrintCurStackTrace(raw_ostream &OS) {
115115
// only one crash info struct will be used.
116116
extern "C" {
117117
#ifdef CRASHREPORTER_ANNOTATIONS_INITIALIZER
118-
// Available in CRASHREPORTER_ANNOTATIONS_VERSION 5+
118+
// Should be available in CRASHREPORTER_ANNOTATIONS_VERSION > 5
119119
CRASHREPORTER_ANNOTATIONS_INITIALIZER()
120120
#else
121121
// Older CrashReporter annotations layouts

0 commit comments

Comments
 (0)