]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Fix comment typos
authorDavid Zafman <david.zafman@inktank.com>
Wed, 3 Apr 2013 00:51:40 +0000 (17:51 -0700)
committerDavid Zafman <david.zafman@inktank.com>
Wed, 3 Apr 2013 00:51:40 +0000 (17:51 -0700)
Signed-off-by: David Zafman <david.zafman@inktank.com>
src/include/rados/librados.hpp

index dcb540801e65d1f9f73aba2d6319d8ec2bc9b4fc..f02738162359230a350c2d0c09f26ce0c5aa3a5f 100644 (file)
@@ -111,7 +111,7 @@ namespace librados
   };
 
   /*
-   * ObjectOperation : compount object operation
+   * ObjectOperation : compound object operation
    * Batch multiple object operations into a single request, to be applied
    * atomically.
    */
@@ -174,7 +174,7 @@ namespace librados
   };
 
   /*
-   * ObjectWriteOperation : compount object write operation
+   * ObjectWriteOperation : compound object write operation
    * Batch multiple object operations into a single request, to be applied
    * atomically.
    */
@@ -236,7 +236,7 @@ namespace librados
   };
 
   /*
-   * ObjectReadOperation : compount object operation that return value
+   * ObjectReadOperation : compound object operation that return value
    * Batch multiple object operations into a single request, to be applied
    * atomically.
    */