aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/docs/html/17_intro/porting.texi
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/docs/html/17_intro/porting.texi')
-rw-r--r--libstdc++-v3/docs/html/17_intro/porting.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/docs/html/17_intro/porting.texi b/libstdc++-v3/docs/html/17_intro/porting.texi
index ed4042f932d..988c2c2203a 100644
--- a/libstdc++-v3/docs/html/17_intro/porting.texi
+++ b/libstdc++-v3/docs/html/17_intro/porting.texi
@@ -75,7 +75,7 @@ works. It is difficult to test the C++ compiler without a working
library, but you should at least try some minimal test cases.
(Note that what we think of as a ``target,'' the library refers to as
-a ``host.'' The comment at the top of @file{configure.in} explains why.)
+a ``host.'' The comment at the top of @file{configure.ac} explains why.)
Here are the primary steps required to port the library: