Avoid angle brackets in comment. [-Wdocumentation-html]
[oota-llvm.git] / include / llvm / IR / Module.h
index f1f5ec36ade77bbab3976263875c14169837a6ef..a71a0290da7c89f847e0f08452a797340cc8fd42 100644 (file)
@@ -219,7 +219,7 @@ private:
   Materializer;                   ///< Used to materialize GlobalValues
   std::string ModuleID;           ///< Human readable identifier for the module
   std::string TargetTriple;       ///< Platform target triple Module compiled on
-                                  ///< Format:<arch><sub>-<vendor>-<sys>-<abi>
+                                  ///< Format: (arch)(sub)-(vendor)-(sys0-(abi)
   void *NamedMDSymTab;            ///< NamedMDNode names.
   // Allow lazy initialization in const method.
   mutable RandomNumberGenerator *RNG; ///< The random number generator for this module.