--- trunk/src/symbol.c 2007/10/08 16:18:51 14 +++ trunk/src/symbol.c 2007/10/08 16:19:37 22 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2005 Anders Gavare. All rights reserved. + * Copyright (C) 2003-2006 Anders Gavare. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -25,13 +25,12 @@ * SUCH DAMAGE. * * - * $Id: symbol.c,v 1.32 2005/09/26 00:08:02 debug Exp $ + * $Id: symbol.c,v 1.34 2006/01/14 12:51:59 debug Exp $ * * Address to symbol translation routines. * - * This module is (probably) independant from the rest of the emulator. - * symbol_init() must be called before any other function in this - * file is used. + * This module is (probably) independent from the rest of the emulator. + * symbol_init() must be called before any other function in this file is used. */ #include