[ms-inline asm] Add a few typedefs to simplify future changes.
[oota-llvm.git] / include / llvm / MC / MCValue.h
index 8352ed183f09383c6fd3aaa3aa841b3af285cbd6..f9af8bcfbf615333faaf79c377455ab466f1aea3 100644 (file)
@@ -46,7 +46,7 @@ public:
   /// isAbsolute - Is this an absolute (as opposed to relocatable) value.
   bool isAbsolute() const { return !SymA && !SymB; }
 
-  /// print - Print the value to the stream \arg OS.
+  /// print - Print the value to the stream \p OS.
   void print(raw_ostream &OS, const MCAsmInfo *MAI) const;
 
   /// dump - Print the value to stderr.