summaryrefslogtreecommitdiff
path: root/examples/DLL
diff options
context:
space:
mode:
authorkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-11-27 03:13:03 +0000
committerkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-11-27 03:13:03 +0000
commitfdf98793dc469ce1db5b9a053ae0e6fed64c4fba (patch)
tree3daa004082a7a698ee874ad0eca40cbb9a62f414 /examples/DLL
parentf8b37384e3da3740165ad8e5d800dd9cc2b9e94a (diff)
downloadATCD-fdf98793dc469ce1db5b9a053ae0e6fed64c4fba.tar.gz
*** empty log message ***
Diffstat (limited to 'examples/DLL')
-rw-r--r--examples/DLL/Magazine.h3
-rw-r--r--examples/DLL/Newsweek.h4
2 files changed, 4 insertions, 3 deletions
diff --git a/examples/DLL/Magazine.h b/examples/DLL/Magazine.h
index b7f1857b120..3132af2aed4 100644
--- a/examples/DLL/Magazine.h
+++ b/examples/DLL/Magazine.h
@@ -11,7 +11,8 @@
// Magazine.h
//
// = DESCRIPTION
-// Abstract class whose methods are implemented by the derived classes.
+// Abstract class whose methods are implemented by the derived
+// classes.
//
// = AUTHOR
// Kirthika Parameswaran <kirthika@cs.wustl.edu>
diff --git a/examples/DLL/Newsweek.h b/examples/DLL/Newsweek.h
index 62507b4338c..d7f87e9ebfb 100644
--- a/examples/DLL/Newsweek.h
+++ b/examples/DLL/Newsweek.h
@@ -11,8 +11,8 @@
// Newsweek.h
//
// = DESCRIPTION
-// This is a derived class from Magazine which is a magazine pertaining
-// to news and information.
+// This is a derived class from Magazine which is a magazine
+// pertaining to news and information.
//
// = AUTHOR
// Kirthika Parameswaran <kirthika@cs.wustl.edu>