Fix comment
authorAnton Korobeynikov <asl@math.spbu.ru>
Mon, 30 Apr 2007 19:14:56 +0000 (19:14 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Mon, 30 Apr 2007 19:14:56 +0000 (19:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36596 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/GlobalValue.h

index 4f6b1e6a9f96a1fcf23f431b0fc5dfac5bb1d86d..d2d91303707176a9c8048a47420ee13a2a614dd5 100644 (file)
@@ -8,9 +8,10 @@
 //===----------------------------------------------------------------------===//
 //
 // This file is a common base class of all globally definable objects.  As such,
-// it is subclassed by GlobalVariable and by Function.  This is used because you
-// can do certain things with these global objects that you can't do to anything
-// else.  For example, use the address of one as a constant.
+// it is subclassed by GlobalVariable, GlobalAlias and by Function.  This is
+// used because you can do certain things with these global objects that you
+// can't do to anything else.  For example, use the address of one as a
+// constant.
 //
 //===----------------------------------------------------------------------===//