summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2005-01-04 17:03:48 +0000
committerTom Yu <tlyu@mit.edu>2005-01-04 17:03:48 +0000
commit1e8d87a4c514c0c2de8aac7800bc2ccc776a8c5f (patch)
tree0ef1fb6178d67a31d7c16726fd53d958ae65eb39
parent62975fe5446c9a4bb81cd95a5a0bdcded9b1212f (diff)
fix typo
ticket: 2861 version_fixed: git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16996 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--doc/build.texinfo2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build.texinfo b/doc/build.texinfo
index 64a048fb7..fc60d7ab8 100644
--- a/doc/build.texinfo
+++ b/doc/build.texinfo
@@ -372,7 +372,7 @@ you usually do not need to do a @code{make install} first.
Some implementations of @samp{make} allow multiple commands to be run in
parallel, for faster builds. We test our Makefiles in parallel builds with
-GNU @same{make} only; they may not be compatible with other parallel build
+GNU @samp{make} only; they may not be compatible with other parallel build
implementations.
@node Testing the Build, Options to Configure, Installing the Binaries, Building Kerberos V5