summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorBryan Ischo <bji@lolita.(none)>2009-02-12 08:40:03 +1300
committerBryan Ischo <bji@lolita.(none)>2009-02-12 08:40:03 +1300
commit48b37dceec73492bfaf397e6a9ced39b5fc3e29d (patch)
tree1aab702aab988315d89aaace35f0eaedba367d53 /inc
parenta079a19e63e922b3f156c34eab841c82be638316 (diff)
downloadceph-libs3-48b37dceec73492bfaf397e6a9ced39b5fc3e29d.tar.gz
* Added support for Mac OS X
* Fixed a few minor comment issues and some small makefile issues
Diffstat (limited to 'inc')
-rw-r--r--inc/libs3.h5
-rw-r--r--inc/simplexml.h2
2 files changed, 1 insertions, 6 deletions
diff --git a/inc/libs3.h b/inc/libs3.h
index 89fbcc4..8f06e31 100644
--- a/inc/libs3.h
+++ b/inc/libs3.h
@@ -71,11 +71,6 @@ extern "C" {
* using file descriptors and a select()/poll() loop
* - Shut down libs3 at program exit time by calling S3_deinitialize()
*
- * In order to use libs3 with multiple threads, your program must provide
- * threading callbacks to the S3_initialize() function (if your program is
- * single threaded, you can pass NULL for these callback arguments to
- * S3_initialize()).
- *
* All functions which send requests to S3 return their results via a set of
* callback functions which must be supplied to libs3 at the time that the
* request is initiated. libs3 will call these functions back in the thread
diff --git a/inc/simplexml.h b/inc/simplexml.h
index 66d5ef9..704db07 100644
--- a/inc/simplexml.h
+++ b/inc/simplexml.h
@@ -33,7 +33,7 @@
// Simple XML callback.
//
// elementPath: is the full "path" of the element; i.e.
-// <foo><bar><baz>data</baz><bar><foo> would have 'data' in the element
+// <foo><bar><baz>data</baz></bar></foo> would have 'data' in the element
// foo/bar/baz.
//
// Return of anything other than S3StatusOK causes the calling