Spelling fix

This commit is contained in:
Cary R 2012-04-11 09:13:14 -07:00
parent bb1036b55c
commit 761a38d0a8
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1999-2011 Stephen Williams (steve@icarus.com) * Copyright (c) 1999-2012 Stephen Williams (steve@icarus.com)
* *
* This source code is free software; you can redistribute it * This source code is free software; you can redistribute it
* and/or modify it in source code form under the terms of the GNU * and/or modify it in source code form under the terms of the GNU
@ -480,7 +480,7 @@ NetNet* PEIdent::elaborate_lnet_common_(Design*des, NetScope*scope,
if ((struct_type = sig->struct_type()) && !method_name.nil()) { if ((struct_type = sig->struct_type()) && !method_name.nil()) {
// Detect the variable is a structure and there was a // Detect the variable is a structure and there was a
// methos name detected. // method name detected.
if (debug_elaborate) if (debug_elaborate)
cerr << get_fileline() << ": debug: " cerr << get_fileline() << ": debug: "
<< "Signal " << sig->name() << " is a structure, " << "Signal " << sig->name() << " is a structure, "