Supply a default 'operator=' method.
[oota-llvm.git] / include / llvm / MC / MCLabel.h
index c72aabd03a145c8d919845527abf76fe3502b601..f531de8b40d998277a53600e43e7cd0db66f8c94 100644 (file)
@@ -42,7 +42,7 @@ namespace llvm {
     /// Label.
     unsigned incInstance() { return ++Instance; }
 
-    /// print - Print the value to the stream \arg OS.
+    /// print - Print the value to the stream \p OS.
     void print(raw_ostream &OS) const;
 
     /// dump - Print the value to stderr.