diff --git a/ld/ChangeLog b/ld/ChangeLog index 162646629a..7a9d971a27 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2006-11-20 H.J. Lu + + * ld.texinfo: Fix a typo. + 2006-11-20 Alan Modra * emulparams/elf32_spu.sh (OTHER_SECTIONS): Define. diff --git a/ld/ld.texinfo b/ld/ld.texinfo index 545f4ef1f7..9e34c46999 100644 --- a/ld/ld.texinfo +++ b/ld/ld.texinfo @@ -4403,7 +4403,7 @@ they might suggest to the person reading them. The @samp{2.0} version could just as well have appeared in between @samp{1.1} and @samp{1.2}. However, this would be a confusing way to write a version script. -Node name can be omited, provided it is the only version node +Node name can be omitted, provided it is the only version node in the version script. Such version script doesn't assign any versions to symbols, only selects which symbols will be globally visible out and which won't.