typo fixed
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 20 Mar 2008 12:22:03 +0000 (12:22 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 20 Mar 2008 12:22:03 +0000 (12:22 +0000)
[r19000]

ast_t.h

diff --git a/ast_t.h b/ast_t.h
index 7743b43..fe49a7c 100644 (file)
--- a/ast_t.h
+++ b/ast_t.h
@@ -538,7 +538,7 @@ struct declaration_t {
        unsigned int        address_taken : 1;
        unsigned int        is_inline     : 1;
        unsigned int        used          : 1;  /**< Set if the declaration is used. */
-       unsigned int        deprecated    : 1;  /**< Microsoft of GNU deprecated attribute. */
+       unsigned int        deprecated    : 1;  /**< Microsoft or GNU deprecated attribute. */
        type_t             *type;
        symbol_t           *symbol;
        source_position_t   source_position;