Update comments for doc comments.
Doc comments look like "/** ... */" and they
can only be in certain places.
Bug: 79865343
Test: m
Merged-In: If7c0584dca9be6bdd9714ef972bf11251c590fd2
Change-Id: If7c0584dca9be6bdd9714ef972bf11251c590fd2
diff --git a/transport/current.txt b/transport/current.txt
index 958d679..599b644 100644
--- a/transport/current.txt
+++ b/transport/current.txt
@@ -15,3 +15,6 @@
# HALs released in Android O-MR1
0b94dc876f749ed24a98f61c41d46ad75a27511163f1968a084213a33c684ef6 android.hidl.manager@1.1::IServiceManager
+
+# Documentation fixups for b/78135149
+fcde1d0788066a62d5766f4dc19d4c1ec76967d5ddb636f59ccc66603460bcf8 android.hidl.manager@1.0::IServiceNotification
diff --git a/transport/manager/1.0/IServiceNotification.hal b/transport/manager/1.0/IServiceNotification.hal
index a6151e3..208f774 100644
--- a/transport/manager/1.0/IServiceNotification.hal
+++ b/transport/manager/1.0/IServiceNotification.hal
@@ -21,7 +21,7 @@
/**
* Must be called when a service is registered.
*
- * @param fqInstanceName Fully-qualified instance name (see IServiceManager)
+ * @param fqName Fully-qualified instance name (see IServiceManager)
* @param preexisting If true, this means the registration was
* pre-existing at the time this IServiceNotification
* object is itself registered. Otherwise, this means