Skip to content

Commit 45df884

Browse files
committed
fix some header comments
1 parent 54e8f47 commit 45df884

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

inst/include/Rcpp/sugar/tools/mapcompare.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// -*- mode: C++; c-indent-level: 4; c-basic-offset: 4; tab-width: 8 -*-
22
//
3-
// table.h: Rcpp R/C++ interface class library -- table match
3+
// mapcompare.h: Rcpp R/C++ interface class library -- comparator for table
44
//
55
// Copyright (C) 2012 Dirk Eddelbuettel and Romain Francois
66
//

inst/unitTests/cpp/table.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// -*- mode: C++; c-indent-level: 4; c-basic-offset: 4; tab-width: 8 -*-
22
//
3-
// as.cpp: Rcpp R/C++ interface class library -- as<> unit tests
3+
// table.cpp: Rcpp R/C++ interface class library -- table<> unit tests
44
//
55
// Copyright (C) 2013 Dirk Eddelbuettel and Romain Francois
66
//

0 commit comments

Comments
 (0)