diff options
author | jkim <jkim@FreeBSD.org> | 2012-10-23 23:49:17 +0000 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2012-10-23 23:49:17 +0000 |
commit | 3cd17672a6995202a6cf5fcbe3bdcb92b585d312 (patch) | |
tree | c76815c27a7a82ff262a7eafa3ab31e3365416e4 /sys/contrib/dev/acpica/compiler/prutils.c | |
parent | 1824541d84ee1badda929686d3129e80c95632c6 (diff) | |
download | FreeBSD-src-3cd17672a6995202a6cf5fcbe3bdcb92b585d312.zip FreeBSD-src-3cd17672a6995202a6cf5fcbe3bdcb92b585d312.tar.gz |
Merge ACPICA 20121018.
Diffstat (limited to 'sys/contrib/dev/acpica/compiler/prutils.c')
-rw-r--r-- | sys/contrib/dev/acpica/compiler/prutils.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/contrib/dev/acpica/compiler/prutils.c b/sys/contrib/dev/acpica/compiler/prutils.c index 8f9f24d..2906d61 100644 --- a/sys/contrib/dev/acpica/compiler/prutils.c +++ b/sys/contrib/dev/acpica/compiler/prutils.c @@ -413,8 +413,8 @@ PrPushInputFileStack ( * RETURN: 0 if a node was popped, -1 otherwise * * DESCRIPTION: Pop the top of the input file stack and point the parser to - * the saved parse buffer contained in the fnode. Also, set the - * global line counters to the saved values. This function is + * the saved parse buffer contained in the fnode. Also, set the + * global line counters to the saved values. This function is * called when an include file reaches EOF. * ******************************************************************************/ |