Fix comment on DiceAndroidConfigValues

The `inputs` bitfield was renamed to `configs` so keep the comment in
sync.

Change-Id: I70322fcfbfebb7a2dbcaa1aaef6130c5a4c9af9c
Reviewed-on: https://pigweed-review.googlesource.com/c/open-dice/+/167550
Reviewed-by: Alan Stokes <alanstokes@google.com>
Reviewed-by: Darren Krahn <dkrahn@google.com>
Pigweed-Auto-Submit: Andrew Scull <ascull@google.com>
Commit-Queue: Auto-Submit <auto-submit@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/include/dice/android.h b/include/dice/android.h
index 5ca1f8b..7a64cc6 100644
--- a/include/dice/android.h
+++ b/include/dice/android.h
@@ -29,8 +29,8 @@
 #define DICE_ANDROID_CONFIG_SECURITY_VERSION (1 << 3)
 
 // Contains the input values used to construct the Android Profile for DICE
-// configuration descriptor. Optional fields are selected in the |inputs|
-// bitfield.
+// configuration descriptor. The fields to include in the configuration
+// descriptor are selected in the |configs| bitfield.
 //
 // Fields:
 //    configs: A bitfield selecting the config fields to include.