* Convert C++ comments to C
[oota-llvm.git] / tools / llee / OSInterface.h
index e886a60361b2ffd76b60840d02a394c22ab07679..26b48fd1af52a80fc8f11487bbf474dca7189585 100644 (file)
@@ -1,16 +1,16 @@
 /*===- OSInterface.h - Interface to query OS for functionality ---*- C -*--===*\
-// 
-//                     The LLVM Compiler Infrastructure
-//
-// This file was developed by the LLVM research group and is distributed under
-// the University of Illinois Open Source License. See LICENSE.TXT for details.
-// 
-//===----------------------------------------------------------------------===//
-// 
- *                                                                            *
- * This file defines the prototype interface that we will expect operating    *
- * systems to implement if they wish to support offline cachine.              *
- *                                                                            *
+ * 
+ *                     The LLVM Compiler Infrastructure
+ *
+ * This file was developed by the LLVM research group and is distributed under
+ * the University of Illinois Open Source License. See LICENSE.TXT for details.
+ * 
+ *===----------------------------------------------------------------------===
+ * 
+ *                                                                            
+ * This file defines the prototype interface that we will expect operating    
+ * systems to implement if they wish to support offline cachine.              
+ *                                                                            
 \*===----------------------------------------------------------------------===*/
 
 #ifndef OS_INTERFACE_H