diff --git a/capi/include/hyper.h b/capi/include/hyper.h
index 8469a40162..b88bd39e9d 100644
--- a/capi/include/hyper.h
+++ b/capi/include/hyper.h
@@ -538,7 +538,7 @@ void hyper_waker_free(struct hyper_waker *waker);
void hyper_waker_wake(struct hyper_waker *waker);
#ifdef __cplusplus
-} // extern "C"
-#endif // __cplusplus
+} // extern "C"
+#endif // __cplusplus
-#endif /* _HYPER_H */
+#endif /* _HYPER_H */
diff --git a/src/client/conn/http2.rs b/src/client/conn/http2.rs
index aee135f672..ce86c6dcb4 100644
--- a/src/client/conn/http2.rs
+++ b/src/client/conn/http2.rs
@@ -337,13 +337,9 @@ where
/// Sets the maximum frame size to use for HTTP2.
///
- /// Passing `None` will do nothing.
- ///
- /// If not set, hyper will use a default.
+ /// Default is currently 16KB, but can change.
pub fn max_frame_size(&mut self, sz: impl Into