80 columns

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@158465 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/make/subdir.mk b/make/subdir.mk
index 5b3c1f0..6dadc7b 100644
--- a/make/subdir.mk
+++ b/make/subdir.mk
@@ -3,8 +3,8 @@
 # Subdirectory makefiles must define:
 #   SubDirs - The subdirectories to traverse.
 #   ObjNames - The objects available in that directory.
-#   Implementation - The library configuration the objects should go in (Generic or
-#                    Optimized)
+#   Implementation - The library configuration the objects should go in (Generic
+#                    or Optimized)
 #   Dependencies - Any dependences for the object files.
 #
 # Subdirectory makefiles may define: