summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorBryan Ischo <bryan@ischo.com>2008-08-04 00:42:30 +0000
committerBryan Ischo <bryan@ischo.com>2008-08-04 00:42:30 +0000
commitbe5b0fd999f86c3d73847f4d43fc5c925a5940f9 (patch)
tree3fd984d864989688ac7814cb3b73dc16c74e6340 /inc
parent2b2ce08eedd7157ae24fb50b73c114e7c0c8026a (diff)
downloadceph-libs3-be5b0fd999f86c3d73847f4d43fc5c925a5940f9.tar.gz
* Changed default retries in s3 to 5
Diffstat (limited to 'inc')
-rw-r--r--inc/libs3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/libs3.h b/inc/libs3.h
index 32d3af2..5b0ccdd 100644
--- a/inc/libs3.h
+++ b/inc/libs3.h
@@ -1108,7 +1108,7 @@ typedef struct S3PutObjectHandler
/**
* An S3GetObjectHandler defines the callbacks which are made for
- * put_object requests.
+ * get_object requests.
**/
typedef struct S3GetObjectHandler
{