aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Michael Shields <shields@msrl.com>2019-06-24 14:47:23 -0700
committerGravatar GitHub <noreply@github.com>2019-06-24 14:47:23 -0700
commitc100cca37da2006882176bac0b7db43e9915816f (patch)
treefce15d02c80e01c96b5a18fe9a87a4a701723f99
parent8e283d9a5cb7ca201d0ed7af1612ba342293a05a (diff)
Reference just the file name.
Co-Authored-By: Shaindel Schwartz <31392632+shaindelschwartz@users.noreply.github.com>
-rw-r--r--absl/flags/flag.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/flags/flag.h b/absl/flags/flag.h
index 3ebd9f0..185bd8a 100644
--- a/absl/flags/flag.h
+++ b/absl/flags/flag.h
@@ -155,7 +155,7 @@ void SetFlag(absl::Flag<T>* flag, const V& v) {
//
// where:
//
-// * `T` is a supported flag type (see `absl/flags/marshalling.h`),
+// * `T` is a supported flag type (see `marshalling.h`),
// * `name` designates the name of the flag (as a global variable
// `FLAGS_name`),
// * `default_value` is an expression holding the default value for this flag