Skip to content

Commit

Permalink
Fix incorrect file names in file headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalswift committed Jan 4, 2016
1 parent 022efe9 commit fd608f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/SILOptimizer/IPO/GlobalOpt.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===---------- SILGlobalOpt.cpp - Optimize global initializers -----------===//
//===--- GlobalOpt.cpp - Optimize global initializers ---------------------===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion stdlib/public/Glibc/module.freebsd.map.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===--- module.map -------------------------------------------------------===//
//===--- module.freebsd.map.in --------------------------------------------===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion stdlib/public/core/Range.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===- Range.swift.gyb ----------------------------------------*- swift -*-===//
//===- Range.swift --------------------------------------------*- swift -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down

0 comments on commit fd608f3

Please sign in to comment.