improve docu of ir_visibility_external
authorMatthias Braun <matthias.braun@kit.edu>
Fri, 4 May 2012 13:48:37 +0000 (15:48 +0200)
committerMatthias Braun <matthias.braun@kit.edu>
Wed, 9 May 2012 07:38:56 +0000 (09:38 +0200)
include/libfirm/typerep.h

index 8174351..e2bc6b2 100644 (file)
@@ -93,8 +93,9 @@ typedef enum {
        /**
         * The entity is visible across compilation units. It might have an
         * initializer/graph.
-        * Note that variables with visibility_external but not initializer are
-        * not "uninitialized" but considered to be in another compilation unit.
+        * Note that entities with visibility_external without initializer are
+        * assumed to be defined in another compilation unit (not like C variables
+        * which are considered 'uninitialized' in this case).
         */
        ir_visibility_external,
        /**