[llvm-commits] [hlvm] r38060 - /hlvm/trunk/hlvm/Base/URI.h
Reid Spencer
reid at x10sys.com
Sat Jul 7 16:59:26 PDT 2007
Author: reid
Date: Sat Jul 7 18:59:26 2007
New Revision: 38060
URL: http://llvm.org/viewvc/llvm-project?rev=38060&view=rev
Log:
Fix a doxygen command.
Modified:
hlvm/trunk/hlvm/Base/URI.h
Modified: hlvm/trunk/hlvm/Base/URI.h
URL: http://llvm.org/viewvc/llvm-project/hlvm/trunk/hlvm/Base/URI.h?rev=38060&r1=38059&r2=38060&view=diff
==============================================================================
--- hlvm/trunk/hlvm/Base/URI.h (original)
+++ hlvm/trunk/hlvm/Base/URI.h Sat Jul 7 18:59:26 2007
@@ -98,7 +98,7 @@
/// @brief Return the password part of the URI
const char* const password() const;
- /// @breif Return the user part of the URI
+ /// @brief Return the user part of the URI
const char* const user() const;
/// @brief Return the host name from the URI
More information about the llvm-commits
mailing list