diff options
author | Ken Raeburn <raeburn@mit.edu> | 2007-10-31 07:05:40 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@mit.edu> | 2007-10-31 07:05:40 +0000 |
commit | f32957a3912d9751a628d932ecf29be1cb4fa17d (patch) | |
tree | 4ffbef6de0884644b22e2593607e591f1aae6ccf /src | |
parent | 2992fdb8d2cebdf7499fd55f41853cf1218971cb (diff) | |
download | krb5-f32957a3912d9751a628d932ecf29be1cb4fa17d.tar.gz krb5-f32957a3912d9751a628d932ecf29be1cb4fa17d.tar.xz krb5-f32957a3912d9751a628d932ecf29be1cb4fa17d.zip |
Correct the filenames in comments
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20157 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r-- | src/tests/misc/test_cxx_gss.cpp | 2 | ||||
-rw-r--r-- | src/tests/misc/test_cxx_rpc.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/misc/test_cxx_gss.cpp b/src/tests/misc/test_cxx_gss.cpp index 6602c8393..91622cd86 100644 --- a/src/tests/misc/test_cxx_gss.cpp +++ b/src/tests/misc/test_cxx_gss.cpp @@ -1,4 +1,4 @@ -// Test that the krb5.h header is compatible with C++ application code. +// Test that the gssapi.h header is compatible with C++ application code. #include <stdio.h> #include "gssapi/gssapi.h" diff --git a/src/tests/misc/test_cxx_rpc.cpp b/src/tests/misc/test_cxx_rpc.cpp index b6ca4d398..a71948783 100644 --- a/src/tests/misc/test_cxx_rpc.cpp +++ b/src/tests/misc/test_cxx_rpc.cpp @@ -1,4 +1,4 @@ -// Test that the krb5.h header is compatible with C++ application code. +// Test that the rpc.h header is compatible with C++ application code. #include "gssrpc/rpc.h" |